Searched refs:codespan (Results 1 – 4 of 4) 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
1637 var codespan = this.makeCodeSpan(code);1638 return [this.hashPart(codespan), str];
1619 $codespan = $this->makeCodeSpan($matches[1]);1620 return $this->hashPart($codespan);
1 …codespan = function codespan(src) {\n var cap = this.rules.inline.code.exec(src);\n\n if…