This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
parsedown
Watch
1
Star
0
Fork
0
You've already forked parsedown
mirror of
https://github.com/erusev/parsedown.git
synced
2025-02-19 23:04:44 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
parsedown
/
test
/
data
/
markup_consecutive_one_stripped.html
3 lines
80 B
HTML
Raw
Normal View
History
Unescape
Escape
Added tests for consistency when a markdown follows a markup without blank line.
2017-06-19 00:00:00 +02:00
<
div
>
<
p
>
Stripped markup
<
/
p
>
<
/
div
>
Inverted checks of consistency for markdown following markups.
2017-06-22 00:00:00 +02:00
_No markdown_
Added tests for consistency when a markdown follows a markup without blank line.
2017-06-19 00:00:00 +02:00
<
p
>
<
strong
>
Markdown
<
/
strong
>
<
/
p
>
Reference in New Issue
Copy Permalink