Composer Update

This commit is contained in:
danpros 2024-05-18 14:08:18 +07:00
commit 6163b18bf5
404 changed files with 35954 additions and 1177 deletions

View file

@ -1,7 +1,7 @@
PHP Markdown
============
PHP Markdown Lib 1.9.0 - 1 Dec 2019
PHP Markdown Lib 1.9.1 - 23 Nov 2021
by Michel Fortin
<https://michelf.ca/>
@ -183,6 +183,17 @@ PHP Markdown, please visit [michelf.ca/donate].
Version History
---------------
PHP Markdown Lib 1.9.1 (23 Nov 2021)
* Now treating `<details>` and `<summary>` as block level so they don't
get wrapped in `<p>`.
(Thanks to Thomas Hochstein for the fix.)
* Fix for unintended blank title attribute when adding supplementary attributes
to a link in Markdown Extra.
(Thanks to Richie Black for the fix.)
PHP Markdown Lib 1.9.0 (1 Dec 2019)
* Added `fn_backlink_label` configuration variable to put some text in the
@ -399,7 +410,7 @@ Copyright and License
---------------------
PHP Markdown Lib
Copyright (c) 2004-2019 Michel Fortin
Copyright (c) 2004-2021 Michel Fortin
<https://michelf.ca/>
All rights reserved.