Home
last modified time | relevance | path

Searched refs:getHtmlBlockCloseRegex (Results 1 – 3 of 3) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHtmlBlock.php
/plugin/commonmark/vendor/league/commonmark/
H A D.phpstorm.meta.php24 expectedArguments(\League\CommonMark\Util\RegexHelper::getHtmlBlockCloseRegex(), 0, argumentsSet('league_commonmark_htmlblock_types'));
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php212 public static function getHtmlBlockCloseRegex(int $type): string function in League\\CommonMark\\Util\\RegexHelper