aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/tables.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-10-26 19:42:32 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2015-10-26 19:42:32 -0400
commit2e4f1f797f274d7e259af4997e25449c2b9baa58 (patch)
tree83ac0e2f6fd04f483f91053d01feca79ea0e2267 /tests/extensions/extra/tables.txt
parent20b17c2908177ba842ef4811721a1b247984263d (diff)
parentfb65ed196df567ab71d63029e7ab36002b12112e (diff)
downloadmarkdown-2e4f1f797f274d7e259af4997e25449c2b9baa58.tar.gz
markdown-2e4f1f797f274d7e259af4997e25449c2b9baa58.tar.bz2
markdown-2e4f1f797f274d7e259af4997e25449c2b9baa58.zip
Merge pull request #437 from MustafaHaddara/table-inline-code
Table inline code
Diffstat (limited to 'tests/extensions/extra/tables.txt')
-rw-r--r--tests/extensions/extra/tables.txt18
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