Allow .html instead of .md for pages and sections

From reading this discussion I got the impression that raw=true was something that was available for use. For me shortcodes is an acceptable work around but just to point out for anyone coming after me that on zola 0.15.3 for me it is not working. Specifically 4 space indented lines still get parsed as code block so markdown processing appears to still be happening.

That shouldn’t be the case as now shortcode insertion happens out of the markdown processing. Do you have an example?

Yes but I already changed it. When I get back later I’ll do a minimal example.

Hi,

I’ve created a minimal example.

It can be found here https://github.com/c-git/raw_html_demo/blob/main/content/_index.md

and the output can be found here https://c-git.github.io/raw_html_demo/

Maybe I’m doing something wrong, if so please let me know.

Ah I see. Sadly this is commonmark spec… I wish there was a way to disable that though, it really sucks imo.

ok no problem, found a work around for now so I’m ok. Is there somewhere I can look to get more info on what raw=true does?

raw=true is not implemented

I also just stumbled over this. I have some empty markdown files in my content directory. There’s just the frontmatter specifying the template to use. The content itself is in the html template. That’s not ideal at all (because its no template, its content).

But simply allowing .html in the content directory isn’t ideal either. I want to use Tera features aswell.

Seems like nothing moved forward in this regard in the last 2 years. :frowning: