Steps to reproduce
Insert a picture using standard syntax and set the AltText to full number: 
Expected result
The picture should have normal size.
Actual result
The number in the name is recognized as image width.
(I thought only the number after the |
represents the size of the image, like this [xxx|1280](assets/image.gif)
, but now without the |
, the full number AltText is also recognized as size, does this normal?
Environment
- Operating system: Windows 10
Additional information
Hi @HaujetZhao, it seems that when a number appears between the square brackets of an embedded image, Obsidian uses it to define the image width.
None of the markdown standards I’ve seen details this behavior, neither Obsdian help Format your notes
If you need to use a number as an alt text (it’s rare), maybe you can write it between single/double quotes… it just needs to contain a non-number character to be considered as an alt text.
These are shown with a 100px width


This is shown without specifying an image width

I don’t have that urgent need. It’s just accidentally I found this strange behavior, and did a report.