Differing HTML output for PHP Markdown and PHP Markdown Extra
Milian Wolff
mail at milianw.de
Tue Sep 18 14:29:26 EDT 2007
Take this input:
*test _test* test_
And look at the output of PHP Markdown and PHP Markdown Extra - it differs:
# PHP Markdown:
<em>test _test</em> test_
# PHP Markdown Extra:
*test <em>test* test</em>
I'd say the first one is correct here...
--
Milian Wolff
http://milianw.de
More information about the Markdown-Discuss
mailing list