summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec.txt52
1 files changed, 50 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index 12ec482..c226866 100644
--- a/spec.txt
+++ b/spec.txt
@@ -1288,6 +1288,56 @@ aaa
</code></pre>
.
+Closing fences may be indented by 0-3 spaces:
+
+.
+```
+code
+```
+.
+<pre><code>code
+</code></pre>
+.
+
+.
+```
+code
+ ```
+.
+<pre><code>code
+</code></pre>
+.
+
+.
+```
+code
+ ```
+.
+<pre><code>code
+</code></pre>
+.
+
+.
+```
+code
+ ```
+.
+<pre><code>code
+</code></pre>
+.
+
+But not by 4:
+
+.
+```
+aaa
+ ```
+.
+<pre><code>aaa
+ ```
+</code></pre>
+.
+
Four spaces indentation produces an indented code block:
.
@@ -6440,5 +6490,3 @@ an `emph`.
The document can be rendered as HTML, or in any other format, given
an appropriate renderer.
-
-