From: Humberto A. P. <hum...@pa...> - 2018-12-27 00:10:00
|
Sure. I get all that. I was just looking to see if a plug-in would solve it. Thanks a lot! Sent from my iPhone > On 27. Dec 2018, at 00:02, Waylan Limberg <way...@ic...> wrote: > > Commonmark and Markdown are not the same. At best, Commonmark is a derivative of Markdown which, by its own admission, behaviors differently than Markdown in some very specific ways. This is one of those ways. The Commonmark spec specifically permits a list to "interrupt a paragraph” while the Markdown rules (which Python-Markdown follows) disallow that. According to the Markdown rules (and the reference implementation) a list must always be preceded by a blank line. This is a feature, not a bug. For example, this problem is avoided with Markdown’s behavior. > > Waylan Limberg > > > >>> On Dec 26, 2018, at 5:47 PM, Humberto Ayres Pereira <hum...@pa...> wrote: >>> >>> Text >>> * item 1 >> >>> This is one block, you require two, so use the required layout? >> >> Sure, it in GitHub Markdown it’s 2 blocks. I was just confused. >> >> _______________________________________________ >> Python-markdown-discuss mailing list >> Pyt...@li... >> https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss > |