I am having a problem trying to use front-matter and layouts when building content using gulp-hb (version 8). The goal is to use a different layout based on whether the content is html versus Markdown.
I have the following question:
How can I convert Markdown to HTML in the process? I've tried using helper-markdown but it's not recognized as a helper and doesn't appear when I use debug
I am having a problem trying to use front-matter and layouts when building content using gulp-hb (version 8). The goal is to use a different layout based on whether the content is html versus Markdown.
I have the following question:
How can I convert Markdown to HTML in the process? I've tried using helper-markdown but it's not recognized as a helper and doesn't appear when I use debug
I'm using the following task