Browse Source

Markdown version 1.1.15

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
master markdown_1.1.15
Kyle J. McKay 3 years ago
parent
commit
05fcf802f6
  1. 6
      Markdown.pl
  2. 9
      README

6
Markdown.pl

@ -25,8 +25,8 @@ BEGIN {*COPYRIGHT =
Copyright (C) 2015,2016,2017,2018,2019,2020,2021 Kyle J. McKay
All rights reserved.
";
*VERSION = \"1.1.15-PRE";
*DATE = \"beta";
*VERSION = \"1.1.15";
*DATE = \"2021-08-15";
}
use Exporter ();
@ -5434,6 +5434,8 @@ Z<> See the F<README> file for detailed release notes for this version.
=over
=item Z<> 1.1.15 - 15 Aug 2021
=item Z<> 1.1.14 - 14 Jun 2021
=item Z<> 1.1.13 - 13 Jun 2021

9
README

@ -2,7 +2,7 @@
Markdown
========
Version 1.1.14
Version 1.1.15
John Gruber
Kyle J. McKay
@ -182,6 +182,13 @@ If w3m is available, a Markdown-formatted text file can be viewed like so
Version History
---------------
1.1.15 (15 Aug 2021):
+ allow '/' in auto-quoted attribute values
+ add new --us-ascii option for 7-bit output
1.1.14 (14 Jun 2021):
+ do not start sublist in list marker line

Loading…
Cancel
Save