diff options
author | Mustafa Haddara <mhaddara@venasolutions.com> | 2015-10-22 10:33:54 -0400 |
---|---|---|
committer | Mustafa Haddara <mustafaayhaddara@yahoo.com> | 2015-10-24 23:40:30 -0400 |
commit | fb65ed196df567ab71d63029e7ab36002b12112e (patch) | |
tree | 22e7486cdf9a1744bd3ef97db907bcb031fc015a /tests/extensions/extra/tables.txt | |
parent | f3a68faffae9fd728c689b4732c1d3397d1d3faa (diff) | |
download | markdown-fb65ed196df567ab71d63029e7ab36002b12112e.tar.gz markdown-fb65ed196df567ab71d63029e7ab36002b12112e.tar.bz2 markdown-fb65ed196df567ab71d63029e7ab36002b12112e.zip |
Fixed handling of table cell split
Diffstat (limited to 'tests/extensions/extra/tables.txt')
-rw-r--r-- | tests/extensions/extra/tables.txt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tests/extensions/extra/tables.txt b/tests/extensions/extra/tables.txt index 8acc3c6..1602d1f 100644 --- a/tests/extensions/extra/tables.txt +++ b/tests/extensions/extra/tables.txt @@ -52,4 +52,20 @@ Four spaces is a code block: Content Cell | Content Cell | First Header | Second Header | -| ------------ | ------------- |
\ No newline at end of file +| ------------ | ------------- | + +More inline code block tests + +Column 1 | Column 2 | Column 3 +---------|----------|--------- +word 1 | word 2 | word 3 +word 1 | `word 2` | word 3 +word 1 | \`word 2 | word 3 +word 1 | `word 2 | word 3 +word 1 | `word |2` | word 3 +words |`` some | code `` | more words +words |``` some | code ``` | more words +words |```` some | code ```` | more words +words |`` some ` | ` code `` | more words +words |``` some ` | ` code ``` | more words +words |```` some ` | ` code ```` | more words
\ No newline at end of file |