We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linux
3
I have .md file inside of which I have an include:
{% include 'promo.html' %}
my promo.html content would be something like:
<div> <h4>My promo</h4> <script> function(){ //empty line here makes elevent paste <p> //some other thing } </script> </div>
I thought markdown shouldn't process html sections, am I wrong? I do use custom markdown It instance and have:
const options = { html: true, typographer: true, linkify: true, };
and my eleventy config sets template language like this:
return { markdownTemplateEngine: "njk", htmlTemplateEngine: "njk", }
No response
The text was updated successfully, but these errors were encountered:
It feels like doesn't matter the extension of my include it is processed as .md file.
Sorry, something went wrong.
No branches or pull requests
Operating system
linux
Eleventy
3
Describe the bug
I have .md file inside of which I have an include:
my promo.html content would be something like:
I thought markdown shouldn't process html sections, am I wrong?
I do use custom markdown It instance and have:
and my eleventy config sets template language like this:
Reproduction steps
Expected behavior
No response
Reproduction URL
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: