man/man0/VERSION.markdown in md2man-2.0.3 vs man/man0/VERSION.markdown in md2man-2.0.4
- old
+ new
@@ -1,5 +1,20 @@
+## Version 2.0.4 (2014-04-26)
+
+### Patch:
+
+ * GH-16: Redcarpet 3.1 added a third parameter to its `header()` method.
+ This raised an ArgumentError on "wrong number of arguments (3 for 2)".
+
+ Thanks to zimbatm for contributing this patch.
+
+ * GH-17 and GH-18: Escape periods, quotes, and hyphens in code blocks.
+ This fixes a bug where lines beginning with periods or single quotes
+ did not appear when md2man-roff(1) output was rendered using man(1).
+
+ Thanks to zimbatm for reporting this bug and suggesting how to fix it.
+
## Version 2.0.3 (2014-01-16)
### Patch:
* Use CSS3 `-ch` suffix for accurate 80-character width in HTML output.
@@ -14,10 +29,10 @@
See the "CONTROL CHARACTERS" section in the groff(7) manual for details.
Thanks to Nick Fagerlund for reporting this bug.
- * inhibit periods at line beginnings with \& escape
+ * escape periods at line beginnings with \& escape
* escape text line backslashes as "\e" per groff(7)
* better documentation for escaping in normal_text()