kimikage / ProfileSVG.jl

Write flame graphs to SVG format and explore them interactively in Jupyter, Pluto, etc.
MIT License
53 stars 7 forks source link

Double Escaping #74

Closed kimikage closed 7 months ago

kimikage commented 7 months ago
using ProfileSVG
ProfileSVG.escape_html(">") # ">"

This seems to be a bug that has existed since the very beginning. https://github.com/kimikage/ProfileSVG.jl/blob/7467ef06f448a5bfc82624175b5c1849538fd84b/src/ProfileSVG.jl#L99-L104 This bug does not appear in the interactive displays using JavaScript.