mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
3df706248f
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
107 B
107 B
> this is a pseudo blockquote
> inside a code block
foo
> this is another bq
inside code