Markdown after certain included files renders as plain text

Something seems to be wrong with some of my included files. Markdown that appears after the included file renders as plain text. But if I switch out the HTML file in the include tag for another, then the markdown renders as expected.

Does anyone know of any “gotchas” that I might have in the HTML file that are causing the problem?

Thanks!

is there an example we can see?

maybe - does the include open an html element but not close it? then maybe the markdown is inside that element causing it not to render? no idea if that is an issue or not, just an idea.

Actually, I just solved it. I had an unclosed tag in the included
HTML file.
I am now downloading a much better IDE. :wink:

Thanks!