mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit e9703775f7e8ee1ccc126b067a8353a2edcc6693
parent 1368f17057f6571818d2477a59dcc3e08b25c05e
Author: markseu <mark2011@mayberg.se>
Date:   Thu, 20 Jan 2022 17:21:22 +0100

Updated Markdown, CommonMark compatible quotes

Diffstat:
Msystem/extensions/markdown.php | 6+++---
Msystem/extensions/update-current.ini | 4++--
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/system/extensions/markdown.php b/system/extensions/markdown.php @@ -2,7 +2,7 @@ // Markdown extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/markdown class YellowMarkdown { - const VERSION = "0.8.18"; + const VERSION = "0.8.19"; public $yellow; // access to API // Handle initialisation @@ -3996,8 +3996,8 @@ class YellowMarkdownParser extends MarkdownExtraParser { // Handle blockquotes, CommonMark compatible public function doBlockQuotes($text) { - return preg_replace_callback("/((?>^[ ]*>[ ]?.+\n(.+\n)*)+)/m", array($this, "_doBlockQuotes_callback"), $text); - } + return preg_replace_callback("/((?>^[ ]*>[ ]?.+\n(.+\n)*)+)/m", array($this, "_doBlockQuotes_callback"), $text); + } // Handle notice blocks public function doNoticeBlocks($text) { diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -86,11 +86,11 @@ media/downloads/yellow.pdf: yellow.pdf, create ./robots.txt: robots.txt, create Extension: Markdown -Version: 0.8.18 +Version: 0.8.19 Description: Text formatting for humans. HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/markdown DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/markdown.zip -Published: 2022-01-20 17:14:22 +Published: 2022-01-20 17:20:03 Developer: Datenstrom Tag: feature system/extensions/markdown.php: markdown.php, create, update