Searched refs:codespan (Results 1 – 5 of 5) sorted by relevance
6 …codespan(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
1619 $codespan = $this->makeCodeSpan($matches[1]);1620 return $this->hashPart($codespan);
1637 var codespan = this.makeCodeSpan(code);1638 return [this.hashPart(codespan), str];
2 …codespan(e){const t=this.rules.inline.code.exec(e);if(t){let e=t[2].replace(/\n/g," ");const n=/[^…
1 …codespan = function codespan(src) {\n var cap = this.rules.inline.code.exec(src);\n\n if…