Browse Source

Markdown version 1.1.1

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
master markdown_1.1.1
Kyle J. McKay 9 years ago
parent
commit
8433fdd315
  1. 4
      Markdown.pl
  2. 6
      README

4
Markdown.pl

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

6
README

@ -2,7 +2,7 @@
Markdown Markdown
======== ========
Version 1.1.1 - Wed 11 Jan 2017 Version 1.1.1 - Thu 12 Jan 2017
John Gruber John Gruber
Kyle J. McKay Kyle J. McKay
@ -173,7 +173,9 @@ Markdown.pl source code for more information.
Version History Version History
--------------- ---------------
1.1.1 (11 Jan 2017): 1.1.1 (12 Jan 2017):
+ Markdown.pl: support lower-greek ol lists
+ Markdown.pl: auto-detect latin-1/utf-8 input always output utf-8 + Markdown.pl: auto-detect latin-1/utf-8 input always output utf-8
The minimum version of Perl required is now 5.8.0. The minimum version of Perl required is now 5.8.0.

Loading…
Cancel
Save