diff options
author | Philipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de> | 2017-03-19 14:33:23 +0100 |
---|---|---|
committer | Philipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de> | 2017-03-19 14:41:05 +0100 |
commit | da5d748185028d73183bf938296cdbd52e4672bf (patch) | |
tree | 098dea4bddb9d1e1ba9b0c4cea174a9bd64f3ed8 /spec.txt | |
parent | f3ceed3013a6b719af91dc3323f3888e9dbe8406 (diff) |
Add fenced code block example with not enough backticks.
Diffstat (limited to 'spec.txt')
-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: |