Disable all Markdown processing?

In my project, I’m using plain HTML content files and no markdown whatsoever. So I was wandering, if it would be possible to disable all markdown processing or exchange it with whatever is used for HTML.

(I’m also fighting with Nested shortcode enables Markdown proicessing although in HTML template · Issue #11298 · gohugoio/hugo · GitHub and this might be a quick trick to help me out)

If you don’t want the contents of a shortcode to be processed as markdown, don’t use the {{% %}} notation.

1 Like

I take that as a no :slight_smile:
I was simply wondering why there would be any markdown parsing in a HTML content file.