Browse Source

Markdown version 1.1.9

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
master markdown_1.1.9
Kyle J. McKay 4 years ago
parent
commit
f661334af8
  1. 4
      Markdown.pl
  2. 11
      README

4
Markdown.pl

@ -25,7 +25,7 @@ BEGIN {*COPYRIGHT =
Copyright (C) 2015,2016,2017,2018,2019 Kyle J. McKay
All rights reserved.
";
*VERSION = \"1.1.9-PRE"
*VERSION = \"1.1.9"
}
require Exporter;
@ -3517,6 +3517,8 @@ Z<> See the F<README> file for detailed release notes for this version.
=over
=item Z<> 1.1.9 - 15 Dec 2019
=item Z<> 1.1.8 - 22 Nov 2019
=item Z<> 1.1.7 - 14 Feb 2018

11
README

@ -2,7 +2,7 @@
Markdown
========
Version 1.1.8
Version 1.1.9
John Gruber
Kyle J. McKay
@ -173,6 +173,13 @@ Markdown.pl source code for more information.
Version History
---------------
1.1.9 (15 Dec 2019):
* improve bare fragment URL link handling and add fragment `--base` option
* match block tags case-insensitively and relax `<hr>` matching rules
1.1.8 (22 Nov 2019):
* correct a number of issues with improperly nested markup involving
@ -186,7 +193,7 @@ Version History
* as-documented single-quote titles in link definitions now work
* when escaping a single-quote use &#39; instead of &apos;
* when escaping a single-quote use `&#39;` instead of `&apos;`
* ignore control characters in input (other than whitespace)

Loading…
Cancel
Save