Browse Source

Markdown version 1.1.13

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
master markdown_1.1.13
Kyle J. McKay 3 years ago
parent
commit
a85151b383
  1. 6
      Markdown.pl
  2. 13
      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.13-PRE";
*DATE = \"beta";
*VERSION = \"1.1.13";
*DATE = \"2021-06-13";
}
use Exporter ();
@ -5375,6 +5375,8 @@ Z<> See the F<README> file for detailed release notes for this version.
=over
=item Z<> 1.1.13 - 13 Jun 2021
=item Z<> 1.1.12 - 17 Mar 2021
=item Z<> 1.1.11 - 05 Mar 2021

13
README

@ -2,7 +2,7 @@
Markdown
========
Version 1.1.12
Version 1.1.13
John Gruber
Kyle J. McKay
@ -182,6 +182,17 @@ If w3m is available, a Markdown-formatted text file can be viewed like so
Version History
---------------
1.1.13 (13 Jun 2021):
* Markdown.pl: adjust strip-comments options and defaults
* Markdown: allow backticks-delimited code blocks in lists
* Markdown: support `\` EOL to generate a `<br />`
* Markdown.pl: do not mistake table for code block
1.1.12 (17 Mar 2021):
* allow some overlooked table attributes

Loading…
Cancel
Save