Update MarkdownExtra.php

This commit is contained in:
danpros 2024-05-18 14:17:49 +07:00
commit 06a6013b50

View file

@ -139,6 +139,7 @@ class MarkdownExtra extends \Michelf\Markdown {
);
$this->span_gamut += array(
"doFootnotes" => 5,
"doStrikethrough" => 55,
"doAbbreviations" => 70,
);