Is there any markdown or markdown extra syntax that outputs differentiable block-level elements? like:
<section id="first">
<h2>heading</h2>
<p>lorem ipsum</p>
<p>lorem ipsum</p>
</section>
<section id="second">
<p>lorem ipsum</p>
</section>
Thanks! The closest thing I can figure out is doing a structured field made of textareas, but this is slightly cumbersome.