Is it possible to disable liquid for markdown parsing #2148
Unanswered
nabeelvalley
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Depending on your site, you can wrap code in a But you're trying to stop ALL liquid/nunjucks parsing in Markdown files (not just specific blocks of code)? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a bunch of markdown files that contain code blocks with content like
{{ myVariable }}
, especially the case of React code blocksI am having an issue trying to replace
{{
in a custom markdown converter but it seems like the braces (and their content) are being replaced before the file is sent to my markdoown converter - I assume as part of the liquid parsingIs there any way to stop this behavior or even totally diable liquid for markdown files?
Beta Was this translation helpful? Give feedback.
All reactions