From 05fcf802f68756d8a749550fd76c9883cda18871 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sun, 15 Aug 2021 13:24:31 -0700 Subject: [PATCH] Markdown version 1.1.15 Signed-off-by: Kyle J. McKay --- Markdown.pl | 6 ++++-- README | 9 ++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Markdown.pl b/Markdown.pl index a908955..72ab205 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.15-PRE"; -*DATE = \"beta"; +*VERSION = \"1.1.15"; +*DATE = \"2021-08-15"; } use Exporter (); @@ -5434,6 +5434,8 @@ Z<> See the F 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 diff --git a/README b/README index 7c1ac41..69f4c12 100644 --- a/README +++ b/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