summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorlindalumitchell <linda@mattermost.com>2017-06-28 06:37:43 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2017-06-28 09:37:43 -0400
commita32f6f77335f08ea24039d06ac5ea31179d449c7 (patch)
treebf72f0e97ae57fa89506e161bb6bcfa73ead1f4e /tests
parentbc2cad397a055aa635f3107f84b9f4c457990088 (diff)
downloadchat-a32f6f77335f08ea24039d06ac5ea31179d449c7.tar.gz
chat-a32f6f77335f08ea24039d06ac5ea31179d449c7.tar.bz2
chat-a32f6f77335f08ea24039d06ac5ea31179d449c7.zip
Update test-tables.md (#6775)
Diffstat (limited to 'tests')
-rw-r--r--tests/test-tables.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/test-tables.md b/tests/test-tables.md
index 87d8af856..eef1f0093 100644
--- a/tests/test-tables.md
+++ b/tests/test-tables.md
@@ -1,6 +1,6 @@
# Markdown Tables
-Verify that all tables render as described.
+Verify that all tables render as described. First row is boldface.
### Normal Tables
@@ -78,3 +78,11 @@ The left column should be left aligned, the center column centered and the right
| 1 | this text | $100 |
| 2 | is | $10 |
| 3 | centered | $1 |
+
+### Table with Escaped Pipes
+
+First row cells: single backslash, "asdf". Second row cells: "ab" , "a|d"
+
+| \\ | asdf|
+|----|-----|
+| ab | a\|d|