From: Gerry L. <gjl...@al...> - 2010-03-23 17:04:55
|
Sorry if this is getting into pain-in-the-a** territory, but I've got something that I think is less a bug and more a matter of interpretation. The following example: 1. > Quote1 2. > Quote2 is turned into a list with blockquotes in the list items by python-markdown. However, markdown.pl does not create blockquotes. Instead, it encodes the '>' character as html entities and treats the list item as text: <li>> Quote1</li> I'm aware that this is out in the weeds as far as usage is concerned. But, seeing as I found it, I thought I'd do diligence and ask if it's something that you want dealt with. Regards- Gerry LaMontagne |