[BUGS] 1. Bad output in a edge case, 2. Bad output with extra backslash #18
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
When the web page has a line with only 3 consecutive asterisks (
***
), the markup code should displays an horizontal line, but in this case, it should have at least one escape character\
(backslash) before, so that it is displayed correctly. Below are three correct ways to write that will be displayed good, the last one is incorrect (horizontal line) and can optionally be written as---
:\
(backslash) [BUG]\
(backslash) [glow BUG]\
(backslash), because all except glow render it without backslash, but is unnecessary, also tested with dingus and commonmark that are reference 4 specification.glow
lowdown
Markdown: Dingus
Commonmark
Minimalist Online Markdown Editor
Markdown Live Preview
Markdown Editor
Dillinger: The Last Markdown Editor, Ever
StackEdit
markdown-it
The text was updated successfully, but these errors were encountered: