From 5ebdc50649892182e11c0f0edb6607d2921e7974 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Wed, 17 Mar 2021 21:14:37 -0700 Subject: [PATCH] Markdown version 1.1.12 Signed-off-by: Kyle J. McKay --- Markdown.pl | 6 ++++-- README | 23 ++++++++++++++++++++++- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/Markdown.pl b/Markdown.pl index ad81d49..388844d 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.12-PRE"; -*DATE = \"beta"; +*VERSION = \"1.1.12"; +*DATE = \"2021-03-17"; } use Exporter (); @@ -5318,6 +5318,8 @@ Z<> See the F 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 diff --git a/README b/README index a5b4b1a..4ea986d 100644 --- a/README +++ b/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

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