Browse Source

Markdown version 1.1.12

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
master markdown_1.1.12
Kyle J. McKay 3 years ago
parent
commit
5ebdc50649
  1. 6
      Markdown.pl
  2. 23
      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.12-PRE";
*DATE = \"beta";
*VERSION = \"1.1.12";
*DATE = \"2021-03-17";
}
use Exporter ();
@ -5318,6 +5318,8 @@ Z<> See the F<README> file for detailed release notes for this version.
=over
=item Z<> 1.1.12 - 17 Mar 2021
=item Z<> 1.1.11 - 05 Mar 2021
=item Z<> 1.1.10 - 08 Jul 2020

23
README

@ -2,7 +2,7 @@
Markdown
========
Version 1.1.11
Version 1.1.12
John Gruber
Kyle J. McKay
@ -182,6 +182,27 @@ If w3m is available, a Markdown-formatted text file can be viewed like so
Version History
---------------
1.1.12 (17 Mar 2021):
* allow some overlooked table attributes
* do not choke on \n inside attribute values
* better sanitization of href and src attributes
* add more comment stripping options
* clean up closing tag whitespace
* do not choke on <br></br> etc.
* add limited tilde-delimited code block support
* allow target="_blank" rel="nofollow"
* add missing space to implied attributes
1.1.11 (05 Mar 2021):
* new --strip-comments option

Loading…
Cancel
Save