aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-29 15:03:56 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-29 15:03:56 +0200
commitc94efe8d3adbfbe6418c7ea59ab3802472c7e4b2 (patch)
treeff4be2466666a95a958094b4fbbca0204aed2c02 /spec.txt
parent1bfbf8c2474d2318f5fdebfd9585a5977c3f67b2 (diff)
Added another illustrative case for code spans.
Closes jgm/CommonMark#463.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 039ff82..64a60b1 100644
--- a/spec.txt
+++ b/spec.txt
@@ -5798,6 +5798,15 @@ we just have literal backticks:
<p>`foo</p>
````````````````````````````````
+The following case also illustrates the need for opening and
+closing backtick strings to be equal in length:
+
+```````````````````````````````` example
+`foo``bar``
+.
+<p>`foo<code>bar</code></p>
+````````````````````````````````
+
## Emphasis and strong emphasis