Browse Source

Markdown version 1.1.5

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
master markdown_1.1.5
Kyle J. McKay 7 years ago
parent
commit
f5adef77ca
  1. 4
      Markdown.pl
  2. 9
      README

4
Markdown.pl

@ -25,7 +25,7 @@ BEGIN {*COPYRIGHT =
Copyright (C) 2015,2016,2017 Kyle J. McKay
All rights reserved.
";
*VERSION = \"1.1.5-PRE"
*VERSION = \"1.1.5"
}
require Exporter;
@ -2554,6 +2554,8 @@ Z<> See the F<README> file for detailed release notes for this version.
=over
=item Z<> 1.1.5 - 07 Dec 2017
=item Z<> 1.1.4 - 24 Jun 2017
=item Z<> 1.1.3 - 13 Feb 2017

9
README

@ -2,7 +2,7 @@
Markdown
========
Version 1.1.4
Version 1.1.5
John Gruber
Kyle J. McKay
@ -173,6 +173,13 @@ Markdown.pl source code for more information.
Version History
---------------
1.1.5 (07 Dec 2017):
* Markdown.pl: support tables
* Markdown.pl: make sure all alt= and title= text is escaped
1.1.4 (24 Jun 2017):
+ Markdown.pl: disallow <dir> and <menu> without --deprecated

Loading…
Cancel
Save