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

improve tests

This commit is contained in:
Emanuil
2013-09-24 01:09:13 +03:00
parent e15241cb92
commit d306ee3db5
18 changed files with 117 additions and 89 deletions

View File

@@ -0,0 +1,14 @@
Here's one with multiple paragraphs:
> This is line one.
>
> This is line two.
Here's one with multiple types of blocks:
> This is a quoted paragraph.
>
> - This is a list item of a quoted list.
> - This is another list item.
>
> > This is a nested quote block.