obsidiosaurus
obsidiosaurus copied to clipboard
Strange Behavior with Image Conversion
I have an image in my Obsidian notes that I display with the following line:

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:

Is this expected behavior? Can images not begin with numbers?