mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
implement tables
This commit is contained in:
4
tests/data/untidy_table.md
Normal file
4
tests/data/untidy_table.md
Normal file
@@ -0,0 +1,4 @@
|
||||
| header 1 | header 2 |
|
||||
| ------------- | ----------- |
|
||||
| cell 1.1 | cell 1.2 |
|
||||
| cell 2.1 | cell 2.2 |
|
||||
Reference in New Issue
Block a user