Le 2007-08-03 à 11:16, Lou Quillio a écrit :
Input:
Some text.
* I am
* a list
I, on the other hand, am a code block. My lines are
indented four spaces.
More text.
This
This update to PHP Markdown fix a bug that slipped in the WordPress
interface with the last update. It also introduce a new "feature":
you can now instruct the parser to ignore HTML tags and/or entities
in the input. You can do this by instantiating yourself the parser
and setting the `no_m
Jacob Rus wrote:
> Unfortunately there has been stiff (not particularly
> logical IMO) resistance to formalizing markdown on this mailing list.
I'm not religious about that, but this one did surprise me because I
figured code blocks were tokenized early, since they only get a few
entity transforms
Lou Quillio wrote:
Maybe this has been reported before, but I can't find it in the
archives.
Yes, at the very least Michael Sheets has this somewhere in his list of
broken edge cases. There are dozens of such problems at the margins in
current Markdown, mostly stemming from its lack of a rea
Maybe this has been reported before, but I can't find it in the
archives.
A code block immediately following an ordered or unordered list
breaks both the list and the code block. Badly.
Tab or spaces for the block don't matter, legal indentation variants
of the list don't matter. Tried a bunch