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
More specifically, lunamark fails to recognize the fenced div, not the blockquote:
$ lunamark -Xfenced_divs <<-EOF
::: {lang=fr}
> Cette citation est en français!
:::
EOF
<p>::: {lang=fr}</p><blockquote><p>Cette citation est en français! :::</p></blockquote>
This indicates that even though we have added an exception that allows the end tag (:::) to break out of a paragraph, our exception fails to apply for blockquote continuation lines.
This doesn't parse as a fenced div:
Workaround is to have a blank line after the blockquote:
Pandoc parses the first syntax, though, without issue.
The text was updated successfully, but these errors were encountered: