Displaying 1 result from an estimated 1 matches for "markdownify_extra".
2007 Oct 08
1
First Markdownify Beta released
....
If you want to try it, just download the beta package from here:
<http://sourceforge.net/project/showfiles.php?group_id=204915>
This package only contains three classes:
1. `parsehtml.php`: a HTML parser I wrote
2. `markdownify.php`: the Markdownify Class for standard Markdown syntax
3. `markdownify_extra.php`: the analogous class for PHP Markdown Extra syntax
How to use Markdown can be read on it's website:
<http://milianw.de/projects/markdownify/>
There's also a little demo page which highlights differences:
<http://milianw.de/projects/markdownify/demo.php>
If you want to ge...