Home
last modified time | relevance | path

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

/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text1 PHP Markdown Extra
9 based on Markdown by John Gruber
19 Markdown is a text-to-HTML conversion tool for web writers. Markdown
25 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 Markdown
766 PHP Markdown & Extra
[all …]
H A DLicense.text1 PHP Markdown & Extra
6 Based on Markdown
22 * Neither the name "Markdown" nor the names of its contributors may
H A Dmarkdown.php52 function Markdown($text) { function
182 return Markdown($text);
196 if ($lite == '' && $encode == '') $text = Markdown($text);
/web-master/manage/
H A Dusers.php161 $profile_html = Markdown($profile_markdown);

Completed in 12 milliseconds