diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-08-01 16:02:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 16:02:56 -0700 |
commit | 7355cc6e17b0ad4d8bbda685af35f4ae297a15f5 (patch) | |
tree | 20cf655bc40477a6535c7a94a5033d1bf0d6f557 | |
parent | ce2a035695910fae032a3d2d9fc700680f440b26 (diff) | |
parent | da5d748185028d73183bf938296cdbd52e4672bf (diff) |
Merge pull request #452 from fiveop/fenced_example
Add fenced code block example with not enough backticks.
-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: |