You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> my blockquote
>
> <footer>a footer for reference</footer>
I expect something like this:
<blockquote>
<p>my blockquote</p>
<footer>a footer for reference</footer>
</blockquote>
However what I get is something like this:
<blockquote>
<p>my blockquote</p>
</blockquote>
<footer>a footer for reference</footer>
Actually this works well in erusev/parsedown-extra but there other features fail ... I'm using the Extra version on iba and you can view a live result here
Thanks for considering this bug in advance
The text was updated successfully, but these errors were encountered:
when writing something like this:
I expect something like this:
However what I get is something like this:
Actually this works well in
erusev/parsedown-extra
but there other features fail ... I'm using the Extra version on iba and you can view a live result hereThanks for considering this bug in advance
The text was updated successfully, but these errors were encountered: