From: Ilpo I. <ilp...@ho...> - 2010-01-08 20:56:24
|
> From: wa...@gm... > Date: Fri, 8 Jan 2010 14:14:54 -0500 > > On Fri, Jan 8, 2010 at 1:53 PM, Ilpo Ilves <ilp...@ho...> wrote: > > Hi, > > > > Here seems to be a bug in Python Markdown: > > > > When looking at the .html output, some list items <li> are surrounded by <p> > > tags, and some are not. I'm not sure what causes this. However, this leads > > to problems when styling the .html with a .css file. > > I would suggest you go read the syntax docs for lists [1] very > carefully. Especially the part towards the end about multiple > paragraphs. It should be more clear why it is acting the way it does. > If you still think we're not following the syntax correctly, used > babelmark [2] to compare our output to others (particularly perl and > php). If you do find a specific instance were python-markdown gets it > wrong, then please do report back. > > [1]: http://daringfireball.net/projects/markdown/syntax#list > [2]: http://babelmark.bobtfish.net/ Thanks, this was the cause. Python Markdown acts correctly. > > I was trying to get ImageLinks extension to work. However, the website does > > not mention the name of the extension. I've tried to enable ImageLinks > > extension using 'image_links', 'imagelinks', 'imagelink' and 'image_link', > > with no luck (Python Markdown gives a warning). > > It should be 'imagelinks' (all lower case). If that's not working then > we have a problem. I tried that again, and I can't get ImageLinks extension to load. Kalle Rutanen _________________________________________________________________ Windows Live: Keep your friends up to date with what you do online. http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_1:092010 |