gulp-nunjucks-render icon indicating copy to clipboard operation
gulp-nunjucks-render copied to clipboard

Problem when using with nunjucks-markdown

Open caraya opened this issue 3 years ago • 0 comments

I'm trying to use this plugin together with Markdown-it, Graymatter. and nunjucks-markdown. For some reason the renderer is not recognizing the {% markdown %} tag.

The error I'm getting:

[08:03:43] Template render error in plugin "gulp-nunjucks"
Message:
    (unknown path) [Line 3, Column 4]
  unknown block tag: markdown
Details:
    fileName: /Users/carlos/code/static-gen-njk/src/pages/css-containment.md
    domainEmitter: [object Object]
    domainThrown: false

Are there examples of using the plugin with markdown parsers other than Marked? How do you fix this issue?

caraya avatar Oct 15 '21 02:10 caraya