With Jekyll, Markdown files are fist processed by Liquid, and then Markdown, so Liquid syntax is interpreted, even within Markdown code-blocks.
To avoid the problem, the raw
tag can be used to disable Liquid processing.
With Jekyll, Markdown files are fist processed by Liquid, and then Markdown, so Liquid syntax is interpreted, even within Markdown code-blocks.
To avoid the problem, the raw
tag can be used to disable Liquid processing.