-
| I'm writing a literate programming thing that combines Markdown with embedded code.  I would like to parse the initial input file to a  It looks to me like the easiest way to do this is create the Document, use  Is this the official supported way, or is there something better that I'm missing? | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| Yes, this is the way to go. See for example the RemoveHtmlTags converter. | 
Beta Was this translation helpful? Give feedback.
Yes, this is the way to go. See for example the RemoveHtmlTags converter.