Home
last modified time | relevance | path

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

/plugin/revealjs/plugin/markdown/
H A Dmarked.js6codespan(u(i[2].trim(),!0));else if(i=this.rules.br.exec(e))e=e.substring(i[0].length),o+=this.ren… method in r
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1637 var codespan = this.makeCodeSpan(code);
1638 return [this.hashPart(codespan), str];
/plugin/markdownextra/
H A Dmarkdown.php1619 $codespan = $this->makeCodeSpan($matches[1]);
1620 return $this->hashPart($codespan);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1codespan = function codespan(src) {\n var cap = this.rules.inline.code.exec(src);\n\n if…