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
Marp Core will convert line breaks always into <br /> tag for compatibillity with the classic Marp app. However, they may break rendering in the mixed namespace such as <svg> and <math> because <br> is available only in HTML namespace.
There is no problems in both parsers. We may have to consider the current namespace (explicit xmlns attribute and implicit <svg> and <math>) in softbreak token rendering.
The text was updated successfully, but these errors were encountered:
yhatt
transferred this issue from marp-team/marp-core
May 5, 2021
Reported in marp-team/marp#106.
Marp Core will convert line breaks always into
<br />
tag for compatibillity with the classic Marp app. However, they may break rendering in the mixed namespace such as<svg>
and<math>
because<br>
is available only in HTML namespace.There is no problems in both parsers. We may have to consider the current namespace (explicit
xmlns
attribute and implicit<svg>
and<math>
) insoftbreak
token rendering.The text was updated successfully, but these errors were encountered: