[Zope] structured text on win32
zope-mailinglist
zope-mailinglist <zope-mailinglist@mopa.at>
Thu, 26 Apr 2001 11:55:02 +0200
hi everybody
i'm new to structured text so ...
my zope runs on win32, i dont know if this matters
if i write a text with a normal linefeed (this differs to unix linefeeds)
there is now <br> tag in the resulting page rendered with structured text
also a paragraph is only created if i type 2 linefeeds
this is too a problem with lists
if i write
"""
* item1
* item2
"""
the second item is not a list item its printet like the source
then i tried
"""
* item1
* item2
"""
now i get 2 list items but each list item is rendered with a <p> tag around
is this the normal behaviour of structured text ??
it tried already newline_to_br , but it seems that this is applied after the
structured text is applied so there are a lot of <br>s afterwords
thanks in advance