Helper in Markdown? #355
Answered
by
oscarotero
simplerethink
asked this question in
Q&A
-
I created a helper similar to the docs
This work fine. However, I'd like to create a helper (shortcode) for markdown files.
This produces output of |
Beta Was this translation helpful? Give feedback.
Answered by
oscarotero
Jan 6, 2023
Replies: 1 comment 1 reply
-
Yes, you're using nunjucks sintax in a markdown file, so it won't work. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
simplerethink
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you're using nunjucks sintax in a markdown file, so it won't work.
But you can configure the render engine to use both. See this: https://lume.land/docs/core/multiple-template-engines/