Closed GoogleCodeExporter closed 9 years ago
This is indeed an ambiguity in the Markdown spec and not a code issue.
The workaround is to use HTML to seperate the two:
* asdf
* qwerty
<!-- nothing to see here -->
// Here's some performatted code:
function() { }
Here's the result of that in the Markdown Babelmark:
http://is.gd/6qDkB
I believe PHP Markdown Extra added a new code block syntax to get around this,
like so:
code goes here
Original comment by wump...@gmail.com
on 17 Jan 2010 at 7:07
Original issue reported on code.google.com by
matthew....@gmail.com
on 16 Jan 2010 at 7:33