Searched refs:span (Results 1 – 4 of 4) sorted by relevance
1222 $span = $this->runSpanGamut($span);1223 $span = "<strong><em>$span</em></strong>";1233 $span = $this->runSpanGamut($span);1234 $span = "<$tag>$span</$tag>";1247 $span = $this->runSpanGamut($span);1248 $span = "<$tag>$span</$tag>";1271 $span = $this->runSpanGamut($span);1272 $span = "<strong>$span</strong>";1287 $span = $this->runSpanGamut($span);1288 $span = "<em>$span</em>";[all …]
412 * Fixed a problem where an escaped backslash before a code span 413 would prevent the code span from being created. This should now416 Litteral backslash: \\`code span`443 markdown="span" attribute set unless there was some surrounding whitespace.616 * Changed span and block gamut methods so that they loop over a 625 are used to hash respectivly span- and block-level generated content. This 643 <span attr='`ticks`'>bar</span>644 <span attr='``double ticks``'>bar</span>676 There are two raw backticks here: \` and here: \`, not a code span712 following a code span or block with unmatched opening bracket to be
93 …$content .= "<span class=\"event_$ccode vevent\"><abbr title=\"$y-$m-$d\" class=\"dtstart\">$d</ab…95 "</a></span><br />\n";
121 } elseif (preg_match('/<span.*>\[(\d+)-(\S*)-(\d+)\]<\/span>/', $line, $matches)) {
Completed in 15 milliseconds