There was an error while loading. Please reload this page.
Reference implementation supports multi-line block attributes:
{#id .class style="color:red"} A paragraph
<p id="id" class="class" style="color:red">A paragraph</p>
while jotdown instead treats it as an inline attr attached to nothing:
<p> A paragraph</p>