[solved] Incomplete Markdown parsing of included files

Hi, I have this situation:

  • My config.yml is using kramdown.
  • I’m including a file containing various Markdown tags (either with .html or .md extension, same result)
  • The parsing is all fine for: bold, italics, underline, bullets, links, images
  • The headers with the various #, ##, etc are totally ignored and rendered as text. I have to switch to HTML tags h1 etc just for these.

Curious isn’t it?
Did I miss something?
Thanks for any hint here :slight_smile:

I found the solution: somehow I have forgotten the space after “#”. “#text” was rendered as text. And “# text” is properly rendered as h1 text.
Solved

1 Like