I am using SugarCube v2.19.0. I want to add interactive imagery using SVG graphics. Inline SVG is perfectly supported in HTML 5. Unfortunately, SugarCube seems to mangle all content with a JavaScript class named Wikifier. The Wikifier re-creates all SVG elements as HTML elements. As a result, the image data is no longer valid and no image is displayed.
How can I stop SugarCube from messing with my graphics? It seems, I need some kind of "raw input" specifier. Does something like this exist?