Fixed Liquid Raw Tags | Generated by AI
All 23 files are fixed with balanced raw/endraw pairs. Here’s a summary:
Fixed 23 files across 11 post topics (each with en + zh variants, plus the DRY post)
The problem: Jekyll’s Liquid parser runs before markdown rendering, so and `{% %}` in code blocks (even fenced` blocks) get parsed as Liquid expressions.
The fix: Wrapped each affected fenced code block with ... so Liquid leaves the content untouched:
- Ansible posts (2 topics):
,etc. - JSX post: `` style objects
- Vault post: Go template ``
- Angular posts (3 topics):
8, `` - GitHub Actions post: ``
- Gitea Docker posts (2 topics):
, - Nextcloud post:
, - DRY post (en + zh): inline
{% include %}and{% include ... %}wrapped individually with...