Hi all,
my markdown file with
<h2 class="sectionhead">Header 2</h2>
<h3 class="teaser-head">Header 3</h3>
renders as
<p></p>
<h2 class="sectionhead">Header 2</h2>
<h3 class="teaser-head">Header 3</h3>
<p></p>
See the empty paragraph elements?
If i write
## Header 2
### Header 3
it renders perfect without empty elemts. I’ve searched the forum but only found solved issues around shortcodes. So, any ideas what’s going wrong here? Is this a know bug?
I need plain html in *.md for classes and ids
Thanks