hellux/jotdown

bug: disappearing attributes

Closed this issue · 0 comments

hellux commented
a{
%%
a=a}

yields

<p><span>a</span></p>

instead of

<p><span a="a">a</span></p>