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
Might this be caused by the cheating mentionned briefly in #391 (comment)? (I'm also a Pleroma dev btw)
For example with Earmark.as_html!("hello\nworld", compact_output: true), earmarks renders it as "<p>hello\nworld</p>" while it should end up as "<p>hello world</p>".
Might this be caused by the cheating mentionned briefly in #391 (comment)? (I'm also a Pleroma dev btw)
For example with
Earmark.as_html!("hello\nworld", compact_output: true)
, earmarks renders it as"<p>hello\nworld</p>"
while it should end up as"<p>hello world</p>"
.CommonMark "Soft line breaks" section seems relevant: https://spec.commonmark.org/0.30/#soft-line-breaks
The text was updated successfully, but these errors were encountered: