Hello, I'm trying to use the PetitParserMarkdown package. I run the code below in a workspace and get an array. I'm not sure how to turn the array into HTML. Any help is greatly appreciated. Thanks, Kris | doc parsedDoc| doc := ' This is Markdown! ================= and another header ------------------
This is a normal paragraph. And this too! '. parsedDoc := PPMarkdownParser new parse: doc . parsedDoc .
