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?
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.