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
To repro, I used the demo page and added this at the top:
Test
\
\
# A demo of `react-markdown`
Actual behavior
In the screenshot below, you can see that the backslash before the heading is being rendered as a backslash and not as a line break.
I tried adding a newline after the backslash, but that also doesn't work-around the problem.
When I remove the heading (#) the backslash does get rendered as a line break.
Expected behavior
Backslashes before a heading should also be rendered as a line break.
Runtime
No response
Package manager
No response
Operating system
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered:
Initial checklist
Affected package
[email protected]
Steps to reproduce
To repro, I used the demo page and added this at the top:
Actual behavior
In the screenshot below, you can see that the backslash before the heading is being rendered as a backslash and not as a line break.
I tried adding a newline after the backslash, but that also doesn't work-around the problem.
When I remove the heading (
#
) the backslash does get rendered as a line break.Expected behavior
Backslashes before a heading should also be rendered as a line break.
Runtime
No response
Package manager
No response
Operating system
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: