Home
last modified time | relevance | path

Searched refs:span (Results 1 – 4 of 4) sorted by relevance

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php1222 $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 …]
H A DPHP Markdown Extra Readme.text412 * Fixed a problem where an escaped backslash before a code span
413 would prevent the code span from being created. This should now
416 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 span
712 following a code span or block with unmatched opening bracket to be
/web-master/scripts/
H A Devent_listing93 …$content .= "<span class=\"event_$ccode vevent\"><abbr title=\"$y-$m-$d\" class=\"dtstart\">$d</ab…
95 "</a></span><br />\n";
H A Drss_parser121 } elseif (preg_match('/<span.*>\[(\d+)-(\S*)-(\d+)\]<\/span>/', $line, $matches)) {

Completed in 15 milliseconds