SVG Crash Test
Section with inline SVG
edit<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100"> <circle cx="50" cy="50" r="40" fill="blue"/> </svg>
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100"> <circle cx="50" cy="50" r="40" fill="blue"/> </svg>