Hi!
If output from marked is fed further to syntax highlighter (say, [https://github.com/andris9/highlight]) the resulting output contains html entities codes instead of symbols.
Wonder if you could make call to escape() optional, or, better, make escape configurable from outside function.
update: marked.escape would fit perfectly, i believe.
TIA,
--Vladimir
Hi!
If output from
markedis fed further to syntax highlighter (say, [https://github.com/andris9/highlight]) the resulting output contains html entities codes instead of symbols.Wonder if you could make call to
escape()optional, or, better, makeescapeconfigurable from outside function.update:
marked.escapewould fit perfectly, i believe.TIA,
--Vladimir