This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
showdown
Watch
1
Star
0
Fork
0
You've already forked showdown
mirror of
https://github.com/showdownjs/showdown.git
synced
2024-03-22 13:30:55 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
6e6af3cc03
showdown
/
test
/
functional
/
makehtml
/
cases
/
issues
/
#191.blockquote-followed-by-an-heading.md
3 lines
39 B
Markdown
Raw
Normal View
History
Unescape
Escape
fix(blockGamut): fix for headings inside blockquotes The spec states that you can be lazy and only put the `>` before the first line of a hard-wrapped paragraph. It also states that blocquotes can contain any other md element inside. This means headings and horizontal rules should be included in the blockquote but, right now, are treated as independent entities Closes #191
2015-08-23 10:11:11 +08:00
>
a blockquote
several compliance fixes Closes #191
2022-05-09 08:48:53 +08:00
# followed by a heading
Reference in New Issue
Copy Permalink