|
From: alec r. <al...@sp...> - 2009-04-01 23:42:12
|
Hi! I recently ran into this problem while using the django.contrib.markup addon, and it turns out that the issue (I think) is with Python Markdown. With the original text of: """ - *bench space* :: Our [space](http://sproutward.org/greenhouse) and [equipment]() are available for use by individuals and groups. If you or your friends (or your research partners or your classmates or your children) want to figure out a way to make a project of yours happen at sprout--[let's see how we can make it happen](mailto:sp...@sp...). """ python markdown inserts a line break after the first and, instead of where the line break would make sense, in this case. Dingus (http://daringfireball.net/projects/markdown/dingus) does not have this issue. Refer to the bug listing at django ( http://code.djangoproject.com/ticket/10685 ) for details, or let me know if I should refile a separate bug report through this mailing list. Thanks! -a. |