aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/tables.txt
diff options
context:
space:
mode:
authorIsaac Muse <faceless.shop@gmail.com>2017-01-20 16:16:52 -0700
committerWaylan Limberg <waylan.limberg@icloud.com>2017-01-20 18:16:52 -0500
commit4a3d1a6bc0cb49d8a472380614b53fdd300e7512 (patch)
tree1cfe266d3f780096673e2604cdce375c35cac9bd /tests/extensions/extra/tables.txt
parentc70b2c4154d9b6e46f282c1f212c52e9fbfa5a07 (diff)
downloadmarkdown-4a3d1a6bc0cb49d8a472380614b53fdd300e7512.tar.gz
markdown-4a3d1a6bc0cb49d8a472380614b53fdd300e7512.tar.bz2
markdown-4a3d1a6bc0cb49d8a472380614b53fdd300e7512.zip
Better inline code escaping (#533)
This aims to escape code in a more expected fashion. This handles when backticks are escaped and when the escapes before backticks are escaped.
Diffstat (limited to 'tests/extensions/extra/tables.txt')
-rw-r--r--tests/extensions/extra/tables.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/extensions/extra/tables.txt b/tests/extensions/extra/tables.txt
index d5bd6ea..d766224 100644
--- a/tests/extensions/extra/tables.txt
+++ b/tests/extensions/extra/tables.txt
@@ -121,3 +121,10 @@ Escaped pipes in format row should not be a table
| ------- \|| ------- |
| row1 | row1 |
| row2 | row2 |
+
+Test escaped code in Table
+
+Should not be code | Should be code
+------------------ | --------------
+\`Not code\` | \\`code`
+\\\`Not code\\\` | \\\\`code`