Fixed Liquid Raw Tags | Generated by AI

Home 2026.05

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:


Back Donate