Home
last modified time | relevance | path

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

/plugin/markdownextra/
H A Dmarkdown.php1816 function doExtraAttributes($tag_name, $attr) { function in MarkdownExtra_Parser
1892 $this->ref_attr[$link_id] = $this->doExtraAttributes("", $dummy =& $matches[5]);
2482 $attr = $this->doExtraAttributes("a", $dummy =& $matches[8]);
2592 $attr = $this->doExtraAttributes("img", $dummy =& $matches[8]);
2652 $attr = $this->doExtraAttributes("h$level", $dummy =& $matches[2]);
2658 $attr = $this->doExtraAttributes("h$level", $dummy =& $matches[3]);
2973 $attr_str = $this->doExtraAttributes($this->code_attr_on_pre ? "pre" : "code", $attrs);