I don’t understand the comment… in Markdown, if there’s blank lines between the HTML & the Markdown, the HTML should get dumped to output untouched… clearly Obsidian is going out of its way to mangle that raw HTML, something I’ve never seen another Markdown processor do
I’ve seen the opposite, where if I don’t put the blank line, the Markdown is ignored and dumped into the HTML output as raw text… but that’s not what’s happening here
so this bug report is saying MD processing is defined to work like X, but in Obsidian it works like Y… if that’s a “feature”, then it means that Obsidian does not support vanilla Markdown… if Obsidian does support Markdown that’s compatible with other parsers, then it’s a bug because it violates the standard