diff --git a/Markdown.pl b/Markdown.pl index ec5cf36..3515580 100755 --- a/Markdown.pl +++ b/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 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 diff --git a/README b/README index bb1de83..3caaa21 100644 --- a/README +++ b/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 `
` + +* Markdown.pl: do not mistake table for code block + + 1.1.12 (17 Mar 2021): * allow some overlooked table attributes