Lines Matching refs:runSpanGamut
650 function runSpanGamut($text) { function in Markdown_Parser
767 $link_text = $this->runSpanGamut($link_text);
778 $link_text = $this->runSpanGamut($matches[2]);
790 $link_text = $this->runSpanGamut($link_text);
935 $block = "<h$level>".$this->runSpanGamut($matches[1])."</h$level>";
940 $block = "<h$level>".$this->runSpanGamut($matches[2])."</h$level>";
1095 $item = $this->runSpanGamut($item);
1222 $span = $this->runSpanGamut($span);
1233 $span = $this->runSpanGamut($span);
1247 $span = $this->runSpanGamut($span);
1271 $span = $this->runSpanGamut($span);
1287 $span = $this->runSpanGamut($span);
1357 $value = $this->runSpanGamut($value);
2272 $block = "<h$level$attr>".$this->runSpanGamut($matches[1])."</h$level>";
2278 $block = "<h$level$attr>".$this->runSpanGamut($matches[2])."</h$level>";
2384 $text .= " <th$attr[$n]>".$this->runSpanGamut(trim($header))."</th>\n";
2403 $text .= " <td$attr[$n]>".$this->runSpanGamut(trim($cell))."</td>\n";
2514 $term = $this->runSpanGamut(trim($term));
2532 $def = $this->runSpanGamut($this->outdent($def));
2621 $value = trim($this->runSpanGamut($value));