Browse Source

Markdown version 1.1.4

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

4
Markdown.pl

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

7
README

@ -2,7 +2,7 @@
Markdown
========
Version 1.1.3 - Mon 13 Feb 2017
Version 1.1.4
John Gruber
Kyle J. McKay
@ -173,6 +173,11 @@ Markdown.pl source code for more information.
Version History
---------------
1.1.4 (24 Jun 2017):
+ Markdown.pl: disallow <dir> and <menu> without --deprecated
1.1.3 (13 Feb 2017):
+ Markdown.pl: auto escape '<' of non-tags

Loading…
Cancel
Save