cmark

My personal build of CMark ✏️

Commit
2420e06035d46217ea4ae6ea9b3ae2d39a7d7b16
Parent
c01e577a6ac24a38d7dabd4d27a0bc2c3ce58755
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed typo in changelog.txt.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified changelog.txt 2 1 1
diff --git a/changelog.txt b/changelog.txt
@@ -20,7 +20,7 @@
   * Use an assertion to check for in-range html_block_type.
     It's a programming error if the type is out of range.
   * Refactored S_processLines to make the logic easier to
-    understand, and added documentation (Mathie Duponchelle).
+    understand, and added documentation (Mathieu Duponchelle).
   * Removed unnecessary check for empty string_content.
   * Factored out contains_inlines.
   * Moved the cmake minimum version to top line of CMakeLists.txt