1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/tests/data/simple_blockquote.md

28 lines
258 B
Markdown
Raw Normal View History

2013-11-16 03:55:09 +04:00
> quote
indented:
> quote
2019-02-03 00:07:53 +03:00
indented code in indented blockquote:
> code
quote in indented blockquote:
> quote
2013-11-16 03:55:09 +04:00
no space after `>`:
2018-03-28 05:24:01 +03:00
>quote
---
>>> Info 1 text
2019-02-03 19:06:46 +03:00
>>> Info 2 text
---
> ```
>
> b
>
> a
> ```