|
From: alec r. <al...@sp...> - 2009-04-02 02:32:12
|
Yep, on a webpage, it's inserted as a hard break. If you have a link on the first line of an item, for example, the line breaks much earlier than you anticipate (since the 80 char wrapping includes the URI text). Ideally, I'd like the output to be that of Dingus (that is, without the line breaks) -a. On Wed, Apr 1, 2009 at 8:51 PM, Yuri Takhteyev <qar...@gm...> wrote: > Does this cause any problems? > > - yuri > > On Wed, Apr 1, 2009 at 4:41 PM, alec resnick <al...@sp...> wrote: >> 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. >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Python-markdown-discuss mailing list >> Pyt...@li... >> https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss >> > > > > -- > http://spu.tnik.org/ > |