Currently, goldmark filters out HTML (or HTML generated by Liquid for that matter, for example when include'ing something): <!-- raw HTML omitted -->
I understand this is for security concerns, but all markup comes from me, so I should be able to turn that off.
Currently, goldmark filters out HTML (or HTML generated by Liquid for that matter, for example when
include'ing something):<!-- raw HTML omitted -->I understand this is for security concerns, but all markup comes from me, so I should be able to turn that off.