From f661334af89c87510c50504dbb207f5af3cdb693 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sun, 15 Dec 2019 00:35:36 -0700 Subject: [PATCH] Markdown version 1.1.9 Signed-off-by: Kyle J. McKay --- Markdown.pl | 4 +++- README | 11 +++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Markdown.pl b/Markdown.pl index c52f532..53c1fe9 100755 --- a/Markdown.pl +++ b/Markdown.pl @@ -25,7 +25,7 @@ BEGIN {*COPYRIGHT = Copyright (C) 2015,2016,2017,2018,2019 Kyle J. McKay All rights reserved. "; -*VERSION = \"1.1.9-PRE" +*VERSION = \"1.1.9" } require Exporter; @@ -3517,6 +3517,8 @@ Z<> See the F file for detailed release notes for this version. =over +=item Z<> 1.1.9 - 15 Dec 2019 + =item Z<> 1.1.8 - 22 Nov 2019 =item Z<> 1.1.7 - 14 Feb 2018 diff --git a/README b/README index 317943a..e92daeb 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Markdown ======== -Version 1.1.8 +Version 1.1.9 John Gruber Kyle J. McKay @@ -173,6 +173,13 @@ Markdown.pl source code for more information. Version History --------------- +1.1.9 (15 Dec 2019): + +* improve bare fragment URL link handling and add fragment `--base` option + +* match block tags case-insensitively and relax `
` matching rules + + 1.1.8 (22 Nov 2019): * correct a number of issues with improperly nested markup involving @@ -186,7 +193,7 @@ Version History * as-documented single-quote titles in link definitions now work -* when escaping a single-quote use ' instead of ' +* when escaping a single-quote use `'` instead of `'` * ignore control characters in input (other than whitespace)