Image disappears after notebook export to HTML
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 12:22 AM
Hi everyone,
I have an image saved at DBFS which I want to include in my notebook. I'm using the standard markdown syntax
![my image] (/files/my_image.png)
which works and the image shows.
However, when I export the notebook to HTML, the image disappears. Swapping my image with a random internet image link produces the expected output.
Does anyone know what's the issue?
Thanks