commit
9d7fb2c8ae
1 changed files with 4 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
PHP Markdown
|
PHP Markdown
|
||||||
============
|
============
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue