Open mattimustang opened 6 days ago
Same problem after clipping from this page:
https://www.earmi.it/balistica/acustica.htm
All gif images have a link without the word "balistica" leading to an incorrect url.
It is:
![acustica](https://www.earmi.it/img/acu8.gif)
It should be
![acustica](https://www.earmi.it/balistica/img/acu8.gif)
@Azmoinal Yes that page has relative image URLs as well
<img src="img/acu8.gif" alt="acustica" height="48" width="155">
Version (please complete the following information):
Describe the bug
The relative paths for images in this page are being resolved incorrectly resulting in the embedded images in the Obsidian note that is created having the incorrect URL.
This page,
https://learn.microsoft.com/en-us/compliance/anz/e8-mfa-maturity-level-2
, has 1 image on it with the HTML markup with a relative URL:when it is saved to Obsidian the URL is incorrect:
The correct URL in Obisidan should be:
To reproduce Steps to reproduce the behavior:
Expected behavior Embedded Image URL is correct and image rendered correctly.
Your template file