Is there a way to translate a Pier document to html? For example,
PRWikiWriter write: (PRDocumentParser parse: '!Hello World')
translates into the original Pier document. Is there something like
PRHtmlWriter that would translate the above into '<h1>Hello
World</h1>'?
Thanks, Brian.