Home
last modified time | relevance | path

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

/plugin/markdownextra/
H A Dmarkdown.php285 var $in_anchor = false; variable in Markdown_Parser
298 $this->in_anchor = false;
691 if ($this->in_anchor) return $text;
692 $this->in_anchor = true;
754 $this->in_anchor = false;
2374 if ($this->in_anchor) return $text;
2375 $this->in_anchor = true;
2438 $this->in_anchor = false;
3085 if (!$this->in_anchor) {
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js190 this.in_anchor = false;
262 this.in_anchor = false;
628 if (this.in_anchor) return text;
629 this.in_anchor = true;
760 this.in_anchor = false;
2744 if (!this.in_anchor) {