zephraph / nunjucks-markdown

Markdown extension for Nunjucks. Use your own renderer!
MIT License
49 stars 12 forks source link

Variables #5

Closed ivan-kleshnin closed 9 years ago

ivan-kleshnin commented 9 years ago

Looks like nunjucks variables {{ test }} don't resolve inside {% markdown %} content. Is it a bug or a "feature"? Don't see a reason why they should be disabled...

zephraph commented 9 years ago

Definitely a bug. Right now the markdown is unnecessarily parsed as raw text. This is high on my priority list to fix, but I haven't had time to get to it lately because I've been extremely busy with work.

zephraph commented 9 years ago

This definitely works now!

Let me know if you have any issues.