1
0
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:
Aidan Woods
2019-01-27 21:12:23 +00:00
parent 30763a0f38
commit 49dd8b113d
5 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1 @@
<h1>foo#</h1>

View File

@ -0,0 +1 @@
# foo#

View File

@ -0,0 +1,3 @@
<h3>foo ###</h3>
<h2>foo ###</h2>
<h1>foo #</h1>

View File

@ -0,0 +1,3 @@
### foo \###
## foo #\##
# foo \#