aas
1
I upload this .svg to my post as I would any other image

Here is what I see in the preview:
If I open the .svg directly in my browser (visit https://raw.githubusercontent.com/marionebl/svg-term-cli/refs/heads/master/examples/parrot.svg) or view it on GitHub (here in the README.md for example: GitHub - marionebl/svg-term-cli: Share terminal sessions via SVG and CSS), it is rendered properly.
.svg is enabled as an upload type and I don’t think there is an issue with the size of the .svg.
1 Like
I took a quick look, and it seems that after uploading an SVG, the content inside <defs>
is gone.
symbol
is not on the whitelist, that’s the reason:
Now, it works:

I don’t think there is an issue in allowing it. 
Made a quick PR:
2 Likes