If I use something like
PRDocumentParser parse: '{{{<div/>}}}'
then it creates
PRDocument
PRParagraph
PRVerbatim
I like to avoid creating a paragraph which has a big influence on styles. If I'm not
misled by firebug etc. than the verbatim is created after the paragraph leaving an empty
paragraph right before the verbatim. Is this possible easily?
thanks,
Norbert