You are viewing a single comment's thread from:

RE: Properly parse a steemit discussion body for Mixion

in #utopian-io7 years ago

Technically Markdown is supposed to support you adding HTML in.

So in theory, depending on your markdown parser, you should just be able to feed everything through a markdown parser and get out the valid HTML, even if the content contains HTML itself.