cmark

My personal build of CMark ✏️

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

Simplified unicode tab escaping test.

Diffstat

1 file changed, 4 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified spec.txt 6 4 2
diff --git a/spec.txt b/spec.txt
@@ -210,9 +210,11 @@ Tabs in lines are expanded to spaces, with a tab stop of 4 characters:
 .
 
 .
-    οὐ→χρῆν
+    a→a
+    ὐ→a
 .
-<pre><code>οὐ  χρῆν
+<pre><code>a   a
+ὐ   a
 </code></pre>
 .