1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Desktop: Fixes #12362: Fixed import of Markdown files that contain links with Windows paths (#12386)

This commit is contained in:
pedr
2025-06-07 08:55:34 -03:00
committed by GitHub
parent a47d7906af
commit 5b42f4f2a2
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
<img src="..\\..\\photo.jpg" />
<a href="..\\..\\sample.txt">Sample</a>