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
participants (1)
-
zope-mailinglist