From 85812709db8a77103d1b0081f89a3b79f15939b4 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 8 Nov 2021 12:47:33 -0500 Subject: [PATCH] Fix badge image link --- Readme.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 904e254..7c57665 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ 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 @@ -36,15 +36,14 @@ program by John Gruber. 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 PHP Markdown Extra is no longer maintained but will work with PHP 4.0.5 and later. -Before PHP 5.3.7, pcre.backtrack_limit defaults to 100 000, which is too small -in many situations. You might need to set it to higher values. Later PHP -releases defaults to 1 000 000, which is usually fine. +You might need to set pcre.backtrack_limit higher than 1 000 000 +(the default), though the default is usually fine. Usage