Download attachment command is mischaracterizing SVG images from github

Steps to reproduce

Version 1.8.0
Got to
https://github.com/cookiecutter/cookiecutter
and clip the web page. Using the default template is fine. This is not a web clipper bug.

The icons are called out like this:
[![pypi](https://camo.githubusercontent.com/9da63197acf5a37ab08a0001c0ac9156c739b4b17bf60ab141d03c0512cdf294/68747470733a2f2f696d672e736869656c64732e696f2f707970692f762f636f6f6b69656375747465722e737667)](https://pypi.org/project/cookiecutter/)

Use the new command
Download attachments for the current file

The images for the icons are properly downloaded but a not properly recognized as SVG.
The names of the images were saved thusly:

Image 1.svg+xml
Image 1.svg+xml;charset=utf-8
Image 2.svg+xml;charset=utf-8
Image 3.svg+xml;charset=utf-8
Image.svg+xml
Image.svg+xml;charset=utf-8

If you rrename the images to .svg and edit the markdown file to use the properly named images the note renders as you would expect.

Did you follow the troubleshooting guide? [Y/N]

Yes

Expected result

Explained in the issues description.

Actual result

Explained in the issues description.

Environment

I had already turned plugins back on at this point:

SYSTEM INFO:
	Obsidian version: v1.8.0
	Installer version: v1.7.7
	Operating system: Windows 10 Pro 10.0.19045
	Login status: logged in
	Language: en
	Catalyst license: insider
	Insider build toggle: on
	Live preview: on
	Base theme: adapt to system
	Community theme: Minimal v7.7.18
	Snippets enabled: 1
	Restricted mode: off
	Plugins installed: 19
	Plugins enabled: 17
		1: Advanced Tables v0.22.1
		2: Emoji Toolbar v0.4.1
		3: Importer v1.6.13
		4: Perplexity Converter v1.0.5
		5: Advanced URI v1.44.2
		6: Style Settings v1.0.9
		7: Templater v2.9.1
		8: PDF++ v0.40.13
		9: Minimal Theme Settings v8.1.1
		10: Metadata Menu v0.8.7
		11: Mermaid Tools v1.1.3
		12: Find orphaned files and broken links v1.10.1
		13: Code Styler v1.1.7
		14: Awesome Image v0.1.3
		15: Pandoc Plugin v0.4.1
		16: Dataview v0.5.67
		17: Linter v1.27.1

RECOMMENDATIONS:
	Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
	Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.


Additional information

They should look like this:

thank you

will be fixed 1.8.1

I’m now running 1.8.1.
Things are better but there are still some issues.

To recreate:
pull down this mardkdown readme from github:
https://github.com/unclecode/crawl4ai/blob/main/README.md

Open it in Obsidian.
Everything looks like the repository web page.

Invoke the download attachments command.
It display 11 images to download.
Accept as they are.

all of the files downloaded with assigned names “Image*” are saved with “jpg” extensions.
They are in fact “SVG”

also files being saved with the following html style names will only render
if enclosed.
“code%20style-black-000000.svg” → “<code%20style-black-000000.svg>”

We will make more changes in 1.8.3