diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-06-29 15:03:56 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-06-29 15:03:56 +0200 |
commit | c94efe8d3adbfbe6418c7ea59ab3802472c7e4b2 (patch) | |
tree | ff4be2466666a95a958094b4fbbca0204aed2c02 | |
parent | 1bfbf8c2474d2318f5fdebfd9585a5977c3f67b2 (diff) |
Added another illustrative case for code spans.
Closes jgm/CommonMark#463.
-rw-r--r-- | spec.txt | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |