set (My_Project_Title "MultiMarkdown 6")
set (My_Project_Description "Lightweight markup processor to produce HTML, LaTeX, and more.")
set (My_Project_Author "Fletcher T. Penney")
-set (My_Project_Revised_Date "2017-01-28")
+set (My_Project_Revised_Date "2017-02-07")
set (My_Project_Version_Major 0)
set (My_Project_Version_Minor 1)
-set (My_Project_Version_Patch 1a)
+set (My_Project_Version_Patch 2a)
set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
| ---------- | ------------------------- |
| Title: | MultiMarkdown 6 |
| Author: | Fletcher T. Penney |
-| Date: | 2017-01-28 |
+| Date: | 2017-02-07 |
| Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. |
-| Version: | 0.1.1a |
+| Version: | 0.1.2a |
## Updates ##
* Metadata/Variables
* "pathologic" test cases from CommonMark
-* 2017-?? -- v 0.1.2a:
+* 2017-02-07 -- v 0.1.2a:
* "pathologic" test suite -- fix handling of nested brackets, e.g.
`[[[[foo]]]]` to avoid bogging down checking for reference links that
* Table support -- a single blank line separates sections of tables, so
at least two blank lines are needed between adjacent tables.
* Definition list support
+ * "fuzz testing" -- stress test the parser for unexpected failures
+ * Table of Contents support
+ * Improved compatibility mode parsing
+
## An Announcement! ##
* Metadata/Variables
* "pathologic" test cases from CommonMark
-* 2017-?? -- v 0.1.2a:
+* 2017-02-07 -- v 0.1.2a:
* "pathologic" test suite -- fix handling of nested brackets, e.g.
`[[[[foo]]]]` to avoid bogging down checking for reference links that
* Table support -- a single blank line separates sections of tables, so
at least two blank lines are needed between adjacent tables.
* Definition list support
+ * "fuzz testing" -- stress test the parser for unexpected failures
+ * Table of Contents support
+ * Improved compatibility mode parsing
+
## An Announcement! ##