I created tickets: http://code.pediapress.com/wiki/ticket/297
http://code.pediapress.com/wiki/ticket/298 as a workaround you can use br tags instead of newlines at the moment Joel Nothman wrote: > I'm not using the latest version of the code, so I wanted to check if this > bug's been fixed. > > If a <ref> tag is found at the end of a blockquote, a newline prematurely > closes the tag: > > uparser.simpleparse(':Abc<ref>Def\nGhi</ref>') > > Article 'unknown': 1 children > Node '': 3 children > Style ':': 2 children > 'Abc' > TagNode 'ref': 1 children > Node '': 1 children > 'Def' > '\n' > 'Ghi' > > > Similarly, double-newlines in the middle of blockquotes create problems. > > uparser.simpleparse('<blockquote>ABC\n\nDEF\n\nGHI</blockquote>') > Article 'unknown': 3 children > Paragraph '': 1 children > Style ':': 1 children > 'ABC' > Paragraph '': 1 children > 'DEF' > Node '': 1 children > 'GHI' > > > Are these known issues? I could do with a fix... > > Thanks, > > - Joel > > > > -- volker haas brainbot technologies ag fon +49 6131 2116394 boppstraße 64 fax +49 6131 2116392 55118 mainz [EMAIL PROTECTED] http://www.brainbot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
