cmark

My personal build of CMark ✏️

Commit
bbaf30eafa5530dc9a9b6d2c476403eadfb20423
Parent
33803ca7c592470c9b0cfd3ea0084489e8608aa3
Author
John MacFarlane <jgm@berkeley.edu>
Date

Moved changelog.spec -> changelog.spec.txt.

Diffstat

2 files changed, 9 insertions, 10 deletions

Status File Name N° Changes Insertions Deletions
Deleted changelog.spec 10 0 10
Added changelog.spec.txt 9 9 0
diff --git a/changelog.spec b/changelog.spec
@@ -1,10 +0,0 @@
-[since 0.12]
-
-* Updated path of test program.
-* Use terminology "plain textual content" instead of "string."
-* Added condition that conforming parsers strip or replace NULL characters.
-* Changed Example 196 to reflect the spec's rules.  It should not be a loose
-  list as it has no blank lines.
-* Adjusted semantically insignificant formatting of HTML output.
-* Added example to spec of shortcut link with following space (#214).
-
diff --git a/changelog.spec.txt b/changelog.spec.txt
@@ -0,0 +1,9 @@
+[0.13]
+
+* Updated path of test program.
+* Use terminology "plain textual content" instead of "string."
+* Added condition that conforming parsers strip or replace NULL characters.
+* Changed Example 196 to reflect the spec's rules.  It should not be a loose
+  list as it has no blank lines.
+* Adjusted semantically insignificant formatting of HTML output.
+* Added example to spec of shortcut link with following space (#214).