escape HTML < and > inside source code blocks
mangini opened this issue · 0 comments
mangini commented
(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.