Milian Wolff
2007-Sep-18 18:29 UTC
Differing HTML output for PHP Markdown and PHP Markdown Extra
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
Michel Fortin
2007-Sep-18 20:32 UTC
Differing HTML output for PHP Markdown and PHP Markdown Extra
Le 2007-09-18 ? 14:29, Milian Wolff a ?crit :> 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...I agree that the first interpretation is better. Michel Fortin michel.fortin at michelf.com http://michelf.com/