diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-08-01 16:03:02 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-08-01 16:03:02 -0700 |
commit | e3c6b08b526a9d3153d1cdde7e8ae79494459ba1 (patch) | |
tree | c15df5115f193a47bc2230c6e9a874a5137eeb50 | |
parent | b05a937911515124741866c322655a0b683b92dc (diff) | |
parent | 7355cc6e17b0ad4d8bbda685af35f4ae297a15f5 (diff) |
Merge branch 'master' of github.com:jgm/CommonMark
-rw-r--r-- | spec.txt | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1645,6 +1645,15 @@ With tildes: </code></pre> ```````````````````````````````` +Fewer than three backticks is not enough: + +```````````````````````````````` example +`` +foo +`` +. +<p><code>foo</code></p> +```````````````````````````````` The closing code fence must use the same character as the opening fence: |