Including SVGs in the HTML leads to a parsing error. Is it possible to add SVG support? Example SVG: ``` <svg xmlns="http://www.w3.org/2000/svg" version="1.1"> <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" /> </svg> ```