Hi,
Thank, I will look at it when I am back home. My only worry was that
if you had a single = or @ in the text, it would be escaped.
PRDocumentParser buildTextMatcher keys => #('__' '''''' '==' '*' '{{{' '--' '^^' '@@' '+' '""')
PRWikiWriter write: (PRDocumentParser parse: ' my address is nick.ager@gmail.com ') => ' my address is nick.ager@gmail.com '
PRWikiWriter write: (PRDocumentParser parse: ' annotations start with: \@@ ') => ' annotations start with: \@\@ '
PRWikiWriter write: (PRDocumentParser parse: ' annotations start with: \@\@ ') => ' annotations start with: \@\@ '