CIMSTA / obsidiosaurus

Obsidian -> Docusaurus Converter
https://cimsta.github.io/obsidiosaurus-docs/
MIT License
143 stars 12 forks source link

Strange Behavior with Image Conversion #18

Open SebastianVivoverse opened 7 months ago

SebastianVivoverse commented 7 months ago

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?