From c94efe8d3adbfbe6418c7ea59ab3802472c7e4b2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 29 Jun 2017 15:03:56 +0200 Subject: Added another illustrative case for code spans. Closes jgm/CommonMark#463. --- spec.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spec.txt b/spec.txt index 039ff82..64a60b1 100644 --- a/spec.txt +++ b/spec.txt @@ -5798,6 +5798,15 @@ we just have literal backticks:

`foo

```````````````````````````````` +The following case also illustrates the need for opening and +closing backtick strings to be equal in length: + +```````````````````````````````` example +`foo``bar`` +. +

`foobar

+```````````````````````````````` + ## Emphasis and strong emphasis -- cgit v1.2.3