mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Make sure closing sequence is removed correctly
This commit is contained in:
1
tests/commonmark/45-ATX_headings.html
Normal file
1
tests/commonmark/45-ATX_headings.html
Normal file
@ -0,0 +1 @@
|
||||
<h1>foo#</h1>
|
1
tests/commonmark/45-ATX_headings.md
Normal file
1
tests/commonmark/45-ATX_headings.md
Normal file
@ -0,0 +1 @@
|
||||
# foo#
|
3
tests/commonmark/46-ATX_headings.html
Normal file
3
tests/commonmark/46-ATX_headings.html
Normal file
@ -0,0 +1,3 @@
|
||||
<h3>foo ###</h3>
|
||||
<h2>foo ###</h2>
|
||||
<h1>foo #</h1>
|
3
tests/commonmark/46-ATX_headings.md
Normal file
3
tests/commonmark/46-ATX_headings.md
Normal file
@ -0,0 +1,3 @@
|
||||
### foo \###
|
||||
## foo #\##
|
||||
# foo \#
|
Reference in New Issue
Block a user