aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2017-03-19 14:33:23 +0100
committerPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2017-03-19 14:41:05 +0100
commitda5d748185028d73183bf938296cdbd52e4672bf (patch)
tree098dea4bddb9d1e1ba9b0c4cea174a9bd64f3ed8 /spec.txt
parentf3ceed3013a6b719af91dc3323f3888e9dbe8406 (diff)
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 8353a5f..90efd0d 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: