MarkdownParser/test/data/simple_table.md

11 lines
165 B
Markdown
Raw Normal View History

2014-04-17 23:19:22 +02:00
header 1 | header 2
-------- | --------
cell 1.1 | cell 1.2
cell 2.1 | cell 2.2
---
header 1 | header 2
:------- | --------
cell 1.1 | cell 1.2
cell 2.1 | cell 2.2