showdown/test/functional/makemarkdown/cases/standard/list-followed-by-blockquote.md

10 lines
118 B
Markdown
Raw Normal View History

2017-12-23 21:20:14 +08:00
# some title
1. list item 1
2. list item 2
> some text in a blockquote
- another list item 1
- another list item 2