Browse Source

Markdown version 1.1.2

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
master markdown_1.1.2
Kyle J. McKay 8 years ago
parent
commit
51d531a90a
  1. 4
      Markdown.pl
  2. 21
      README

4
Markdown.pl

@ -25,7 +25,7 @@ BEGIN {*COPYRIGHT =
Copyright (C) 2015,2016,2017 Kyle J. McKay
All rights reserved.
";
*VERSION = \"1.1.1" # Thu 12 Jan 2017
*VERSION = \"1.1.2" # Thu 19 Jan 2017
}
require Exporter;
@ -2362,6 +2362,8 @@ Z<> See the F<README> file for detailed release notes for this version.
=over
=item Z<> 1.1.2 - 19 Jan 2017
=item Z<> 1.1.1 - 12 Jan 2017
=item Z<> 1.1.0 - 11 Jan 2017

21
README

@ -2,7 +2,7 @@
Markdown
========
Version 1.1.1 - Thu 12 Jan 2017
Version 1.1.2 - Thu 19 Jan 2017
John Gruber
Kyle J. McKay
@ -173,6 +173,25 @@ Markdown.pl source code for more information.
Version History
---------------
1.1.2 (19 Jan 2017):
+ Markdown.pl: usually (i), (v) and (x) are roman
+ Markdown.pl: retain square brackets around footnotes
+ Markdown.pl: treat '*' in <ol> like last marker
+ Markdown.pl: normalize link white space
+ Markdown.pl: do not mishandle double list markers redux
+ Markdown.pl: recognize two ```-delimited blocks in a row
+ Markdown: allow trailing '[]' to be omitted
+ Markdown.pl: tweak code block output again
1.1.1 (12 Jan 2017):
+ Markdown.pl: support lower-greek ol lists

Loading…
Cancel
Save