File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 44 *
55 * @package php-markdown
66 * @author Michel Fortin <michel.fortin@michelf.com>
7- * @copyright 2004-2019 Michel Fortin <https://michelf.com/projects/php-markdown/>
7+ * @copyright 2004-2021 Michel Fortin <https://michelf.com/projects/php-markdown/>
88 * @copyright (Original Markdown) 2004-2006 John Gruber <https://daringfireball.net/projects/markdown/>
99 */
1010
@@ -18,7 +18,7 @@ class Markdown implements MarkdownInterface {
1818 * Define the package version
1919 * @var string
2020 */
21- const MARKDOWNLIB_VERSION = "1.9.0 " ;
21+ const MARKDOWNLIB_VERSION = "1.9.1 " ;
2222
2323 /**
2424 * Simple function interface - Initialize the parser and return the result
Original file line number Diff line number Diff line change 44 *
55 * @package php-markdown
66 * @author Michel Fortin <michel.fortin@michelf.com>
7- * @copyright 2004-2019 Michel Fortin <https://michelf.com/projects/php-markdown/>
7+ * @copyright 2004-2021 Michel Fortin <https://michelf.com/projects/php-markdown/>
88 * @copyright (Original Markdown) 2004-2006 John Gruber <https://daringfireball.net/projects/markdown/>
99 */
1010
Original file line number Diff line number Diff line change 11PHP Markdown
22============
33
4- PHP Markdown Lib 1.9.0 - 1 Dec 2019
4+ PHP Markdown Lib 1.9.1 - 23 Nov 2021
55
66by Michel Fortin
77< https://michelf.ca/ >
@@ -183,6 +183,17 @@ PHP Markdown, please visit [michelf.ca/donate].
183183Version History
184184---------------
185185
186+ PHP Markdown Lib 1.9.1 (23 Nov 2021)
187+
188+ * Now treating ` <details> ` and ` <summary> ` as block level so they don't
189+ get wrapped in `<p>`.
190+ (Thanks to Thomas Hochstein for the fix.)
191+
192+ * Fix for unintended blank title attribute when adding supplementary attributes
193+ to a link in Markdown Extra.
194+ (Thanks to Richie Black for the fix.)
195+
196+
186197PHP Markdown Lib 1.9.0 (1 Dec 2019)
187198
188199* Added ` fn_backlink_label ` configuration variable to put some text in the
@@ -399,7 +410,7 @@ Copyright and License
399410---------------------
400411
401412PHP Markdown Lib
402- Copyright (c) 2004-2019 Michel Fortin
413+ Copyright (c) 2004-2021 Michel Fortin
403414< https://michelf.ca/ >
404415All rights reserved.
405416
You can’t perform that action at this time.
0 commit comments