Merge pull request #361 from tacman/patch-1

Fix badge image link
This commit is contained in:
Michel Fortin 2021-11-08 12:51:31 -05:00 committed by GitHub
commit 9d7fb2c8ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
PHP Markdown PHP Markdown
============ ============
![ci.yml](https://github.com/tacman/php-markdown/actions/workflows/ci.yml/badge.svg) ![ci.yml](https://github.com/michelf/php-markdown/actions/workflows/ci.yml/badge.svg)
PHP Markdown Lib 1.9.0 - 1 Dec 2019 PHP Markdown Lib 1.9.0 - 1 Dec 2019
@ -36,15 +36,14 @@ program by John Gruber.
Requirement Requirement
----------- -----------
This library package requires PHP 5.3 or later. This library package requires PHP 7.4 or later.
Note: The older plugin/library hybrid package for PHP Markdown and Note: The older plugin/library hybrid package for PHP Markdown and
PHP Markdown Extra is no longer maintained but will work with PHP 4.0.5 and PHP Markdown Extra is no longer maintained but will work with PHP 4.0.5 and
later. later.
Before PHP 5.3.7, pcre.backtrack_limit defaults to 100 000, which is too small You might need to set pcre.backtrack_limit higher than 1 000 000
in many situations. You might need to set it to higher values. Later PHP (the default), though the default is usually fine.
releases defaults to 1 000 000, which is usually fine.
Usage Usage