Home
last modified time | relevance | path

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

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php272 var $in_anchor = false; variable in Markdown_Parser
285 $in_anchor = false;
676 if ($this->in_anchor) return $text;
677 $this->in_anchor = true;
739 $this->in_anchor = false;
2684 if (!$this->in_anchor) {

Completed in 14 milliseconds