Home
last modified time | relevance | path

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

/plugin/markdownextra/
H A Dmarkdown.php1722 var $code_attr_on_pre = MARKDOWN_CODE_ATTR_ON_PRE; variable in MarkdownExtra_Parser
2973 $attr_str = $this->doExtraAttributes($this->code_attr_on_pre ? "pre" : "code", $attrs);
2975 $pre_attr_str = $this->code_attr_on_pre ? $attr_str : '';
2976 $code_attr_str = $this->code_attr_on_pre ? '' : $attr_str;