mangini/gdocs2md

escape HTML < and > inside source code blocks

mangini opened this issue · 0 comments

(reported by August Mohr)

The GDoc lines:

--- source code
<html data-cast-api-enabled="true">

---

generates this in the MD file:

<pre>
    <html data-cast-api-enabled="true">
</pre>

and that gets passed through to the HTML version unchanged.

So of course it does not display desired.