Closed
Description
Not sure if this is in scope, but markdown normally allows HTML tags. You can write something like this:
This is **markdown'd**. But you can also <span color="red">do stuff manually</span>.
The span should be copied verbatim to the HTML output. In this implementation, though, all HTML tags are escaped (<
becomes <
).