aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-01 16:02:56 -0700
committerGitHub <noreply@github.com>2017-08-01 16:02:56 -0700
commit7355cc6e17b0ad4d8bbda685af35f4ae297a15f5 (patch)
tree20cf655bc40477a6535c7a94a5033d1bf0d6f557 /spec.txt
parentce2a035695910fae032a3d2d9fc700680f440b26 (diff)
parentda5d748185028d73183bf938296cdbd52e4672bf (diff)
Merge pull request #452 from fiveop/fenced_example
Add fenced code block example with not enough backticks.
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 1af9ee6..20c95f9 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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: