Image Links with Local Images and without Special Formats do not Function Correctly

In a bid to reproduce this error, you can create a folder with a file “local-blue.svg” in it, which you can download from Shields.io. Then, open the folder in Obsidian and create a Markdown file with the contents below:

[![Badge](local-blue.svg)](https://github.com)

[![Badge](https://img.shields.io/badge/web-blue)](https://github.com)

Hello [![Badge](local-blue.svg)](https://github.com)

Hello [![Badge](https://img.shields.io/badge/web-blue)](https://github.com)

- [![Badge](local-blue.svg)](https://github.com)
- [![Badge](https://img.shields.io/badge/web-blue)](https://github.com)

1. [![Badge](local-blue.svg)](https://github.com)
2. [![Badge](https://img.shields.io/badge/web-blue)](https://github.com)

# [![Badge](local-blue.svg)](https://github.com)

# [![Badge](https://img.shields.io/badge/web-blue)](https://github.com)

When you view it in “Reading View”, you will probably discover that the first and third link does not work, which indicates that image links with local images and without special formats do not function correctly.

What’s more, whatever their formats, local image links are not displayed normally, which is conspicuous compared to those with web images.

Is there any reason why you did not follow the bug report template?

I’m sorry, but the template was covered by the welcome page so that I did not see it. Can I edit it now, or should I open a new issue?

I have opened a new issue now using the template.