Browse Source

Markdown version 1.1.10

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
master markdown_1.1.10
Kyle J. McKay 5 years ago
parent
commit
d67dd6f667
  1. 12
      Markdown.pl
  2. 19
      README

12
Markdown.pl

@ -4,7 +4,7 @@
# Markdown -- A text-to-HTML conversion tool for web writers # Markdown -- A text-to-HTML conversion tool for web writers
# #
# Copyright (C) 2004 John Gruber # Copyright (C) 2004 John Gruber
# Copyright (C) 2015,2016,2017,2018,2019 Kyle J. McKay # Copyright (C) 2015,2016,2017,2018,2019,2020 Kyle J. McKay
# All rights reserved. # All rights reserved.
# License is Modified BSD (aka 3-clause BSD) License\n"; # License is Modified BSD (aka 3-clause BSD) License\n";
# See LICENSE file (or <https://opensource.org/licenses/BSD-3-Clause>) # See LICENSE file (or <https://opensource.org/licenses/BSD-3-Clause>)
@ -22,10 +22,10 @@ use vars qw($COPYRIGHT $VERSION @ISA @EXPORT_OK);
BEGIN {*COPYRIGHT = BEGIN {*COPYRIGHT =
\"Copyright (C) 2004 John Gruber \"Copyright (C) 2004 John Gruber
Copyright (C) 2015,2016,2017,2018,2019 Kyle J. McKay Copyright (C) 2015,2016,2017,2018,2019,2020 Kyle J. McKay
All rights reserved. All rights reserved.
"; ";
*VERSION = \"1.1.10-PRE" *VERSION = \"1.1.10"
} }
require Exporter; require Exporter;
@ -3004,7 +3004,7 @@ BEGIN {
/* <![CDATA[ */ /* <![CDATA[ */
/* Markdown.pl fancy style sheet /* Markdown.pl fancy style sheet
** Copyright (C) 2017,2018,2019 Kyle J. McKay. ** Copyright (C) 2017,2018,2019,2020 Kyle J. McKay.
** All rights reserved. ** All rights reserved.
** **
** Redistribution and use in source and binary forms, with or without ** Redistribution and use in source and binary forms, with or without
@ -3589,6 +3589,8 @@ Z<> See the F<README> file for detailed release notes for this version.
=over =over
=item Z<> 1.1.10 - 08 Jul 2020
=item Z<> 1.1.9 - 15 Dec 2019 =item Z<> 1.1.9 - 15 Dec 2019
=item Z<> 1.1.8 - 22 Nov 2019 =item Z<> 1.1.8 - 22 Nov 2019
@ -3659,7 +3661,7 @@ Z<> See the F<README> file for detailed release notes for this version.
=item Copyright (C) 2003-2004 John Gruber =item Copyright (C) 2003-2004 John Gruber
=item Copyright (C) 2015-2019 Kyle J. McKay =item Copyright (C) 2015-2020 Kyle J. McKay
=item All rights reserved. =item All rights reserved.

19
README

@ -2,7 +2,7 @@
Markdown Markdown
======== ========
Version 1.1.9 Version 1.1.10
John Gruber John Gruber
Kyle J. McKay Kyle J. McKay
@ -173,6 +173,21 @@ Markdown.pl source code for more information.
Version History Version History
--------------- ---------------
1.1.10 (08 Jul 2020):
* enhance --wiki "s" option operation
* support new --absroot=prefix option
* document ability to split link references
* hook up fragment only link definitions
* remove markup from <title> value
* update links to https where possible
1.1.9 (15 Dec 2019): 1.1.9 (15 Dec 2019):
* improve bare fragment URL link handling and add fragment `--base` option * improve bare fragment URL link handling and add fragment `--base` option
@ -478,7 +493,7 @@ Copyright and License
--------------------- ---------------------
Copyright (C) 2003-2004 John Gruber Copyright (C) 2003-2004 John Gruber
Copyright (C) 2015-2018 Kyle J. McKay Copyright (C) 2015-2020 Kyle J. McKay
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

Loading…
Cancel
Save