Home
last modified time | relevance | path

Searched refs:autolinks (Results 1 – 2 of 2) sorted by relevance

/plugin/autolink2/
H A Dhelper.php129 function _updateAutolinkIndex($id, $autolinks){ argument
131 if (!is_array($autolinks) || empty($autolinks)) return false;
132 usort($autolinks,array("helper_plugin_autolink2","lensort"));
144 $c = count($autolinks);
146 $autolinks[$i] = utf8_strtolower(preg_quote($autolinks[$i], '/'));
156 if (in_array($oldtag, $autolinks)) continue; // tag is still there
163 foreach ($autolinks as $autolink){
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md233 - Fixed nested autolinks (#689)
485 - **Fixed some URL autolinks breaking too early** (#492)