I have an image in my Obsidian notes that I display with the following line:
![](/assets/24D1-4L01-M1.png)
My compilation step fails with the error:
Cause: Image static/assets/D1-A04-M1.webp used in docs/main/vivoChips/Chips.md not found.
Details:
Error: Image static/assets/D1-A04-M1.webp used in docs/main/vivoChips/Chips.md not found.
at async Promise.all (index 0)
For whatever reason, during the compilation step, the first two numbers are getting chopped off of my image name. In /website/docs/main/api.md the image is embedded as:
![24D1-A04-M1](//assets/D1-A04-M1.webp)
Is this expected behavior? Can images not begin with numbers?
I have an image in my Obsidian notes that I display with the following line:
My compilation step fails with the error:
For whatever reason, during the compilation step, the first two numbers are getting chopped off of my image name. In /website/docs/main/api.md the image is embedded as:
Is this expected behavior? Can images not begin with numbers?