Lines Matching refs:hashBlock
528 $key = $this->hashBlock($text);
556 function hashBlock($text) { function in Markdown_Parser
621 "\n".$this->hashBlock("<hr$this->empty_element_suffix")."\n",
936 return "\n" . $this->hashBlock($block) . "\n\n";
941 return "\n" . $this->hashBlock($block) . "\n\n";
1025 $result = $this->hashBlock("<$list_type>\n" . $result . "</$list_type>");
1130 return "\n\n".$this->hashBlock($codeblock)."\n\n";
1332 return "\n". $this->hashBlock("<blockquote>\n$bq\n</blockquote>")."\n\n";
2273 return "\n" . $this->hashBlock($block) . "\n\n";
2279 return "\n" . $this->hashBlock($block) . "\n\n";
2409 return $this->hashBlock($text) . "\n";
2463 return $this->hashBlock($result) . "\n\n";
2578 return "\n\n".$this->hashBlock($codeblock)."\n\n";