cmark

My personal build of CMark ✏️

Commit
84bb6aea03baa4be64b8c2e4255944b406346f9e
Parent
2e241165326031dd6f93d770c32eaa95a8dcfb4c
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated tab expansion tests to use code blocks.

Otherwise the test program collapses spaces in normalizing.

Diffstat

1 file changed, 6 insertions, 4 deletions

Status File Name N° Changes Insertions Deletions
Modified spec.txt 10 6 4
diff --git a/spec.txt b/spec.txt
@@ -203,15 +203,17 @@ to a certain encoding.
 Tabs in lines are expanded to spaces, with a tab stop of 4 characters:
 
 .
-foo→baz→→bim
+→foo→baz→→bim
 .
-<p>foo baz     bim</p>
+<pre><code>foo baz     bim
+</code></pre>
 .
 
 .
-οὐ→χρῆν
+    οὐ→χρῆν
 .
-<p>οὐ  χρῆν</p>
+<pre><code>οὐ  χρῆν
+</code></pre>
 .
 
 Line endings are replaced by newline characters (LF).