From 25414a44ebbd95bef581ba66cb665ef365d6cf8b Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sun, 28 Aug 2016 21:30:44 -0400 Subject: [PATCH] Added mention of `hard_wrap` to version history. --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 2761baa..a2a80dc 100644 --- a/Readme.md +++ b/Readme.md @@ -176,6 +176,11 @@ Version History Current Version: +* Added a `hard_wrap` configuration variable to make all newline characters + in the text become `
` tags in the HTML output. By default, according + to the standard Markdown syntax these newlines are ignored unless they a + preceded by two spaces. Thanks to Jonathan Cohlmeyer for the implementation. + * Added a `code_span_content_func` configuration variable which takes a function that will convert the content of the code span to HTML. This can be useful to implement syntax highlighting. Although contrary to its