diff --git a/Markdown.pl b/Markdown.pl index e742c64..20ad137 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.14-PRE"; -*DATE = \"beta"; +*VERSION = \"1.1.14"; +*DATE = \"2021-06-14"; } use Exporter (); @@ -5382,6 +5382,8 @@ Z<> See the F file for detailed release notes for this version. =over +=item Z<> 1.1.14 - 14 Jun 2021 + =item Z<> 1.1.13 - 13 Jun 2021 =item Z<> 1.1.12 - 17 Mar 2021 diff --git a/README b/README index 3caaa21..131d3cc 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Markdown ======== -Version 1.1.13 +Version 1.1.14 John Gruber Kyle J. McKay @@ -182,6 +182,11 @@ If w3m is available, a Markdown-formatted text file can be viewed like so Version History --------------- +1.1.14 (14 Jun 2021): + +* Markdown.pl: do not start sublist in list marker line + + 1.1.13 (13 Jun 2021): * Markdown.pl: adjust strip-comments options and defaults