Browse Source

Markdown version 1.1.3

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

4
Markdown.pl

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

9
README

@ -2,7 +2,7 @@
Markdown Markdown
======== ========
Version 1.1.2 - Thu 19 Jan 2017 Version 1.1.3 - Mon 13 Feb 2017
John Gruber John Gruber
Kyle J. McKay Kyle J. McKay
@ -173,6 +173,13 @@ Markdown.pl source code for more information.
Version History Version History
--------------- ---------------
1.1.3 (13 Feb 2017):
+ Markdown.pl: auto escape '<' of non-tags
+ Markdown.pl: do not overlook sibling list items
1.1.2 (19 Jan 2017): 1.1.2 (19 Jan 2017):
+ Markdown.pl: usually (i), (v) and (x) are roman + Markdown.pl: usually (i), (v) and (x) are roman

Loading…
Cancel
Save