From da5d748185028d73183bf938296cdbd52e4672bf Mon Sep 17 00:00:00 2001 From: Philipp Matthias Schaefer Date: Sun, 19 Mar 2017 14:33:23 +0100 Subject: Add fenced code block example with not enough backticks. --- spec.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 8353a5f..90efd0d 100644 --- a/spec.txt +++ b/spec.txt @@ -1645,6 +1645,15 @@ With tildes: ```````````````````````````````` +Fewer than three backticks is not enough: + +```````````````````````````````` example +`` +foo +`` +. +

foo

+```````````````````````````````` The closing code fence must use the same character as the opening fence: -- cgit v1.2.3