Searched refs:Markdown (Results 1 – 4 of 4) sorted by relevance
1 PHP Markdown Extra9 based on Markdown by John Gruber 19 Markdown is a text-to-HTML conversion tool for web writers. Markdown25 PHP Markdown is a port to PHP of the original Markdown program by 58 PHP Markdown.75 PHP Markdown also works with [bBlog][bb].126 $my_html = Markdown($my_text);145 Markdown to work on dynamic pages.158 | Program | Path to Markdown766 PHP Markdown & Extra [all …]
1 PHP Markdown & Extra 6 Based on Markdown 22 * Neither the name "Markdown" nor the names of its contributors may
52 function Markdown($text) { function182 return Markdown($text);196 if ($lite == '' && $encode == '') $text = Markdown($text);
161 $profile_html = Markdown($profile_markdown);
Completed in 13 milliseconds