MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
987 stars 82 forks source link

[Similar bugs SOLVED before] image file path encoding failure #215

Open marridG opened 1 year ago

marridG commented 1 year ago

Describe the bug Image file path encoding failed, when the path contains double-underline pairs, e.g. ![[double__underline__pairs.jpg]].

Samples to Reproduce

Example Screenshot (config PORT is changed to 4399):

image

Expected behavior

The file path encoding should work correctly, as http://localhost:4399/double__underline__pairs.jpg, but NOT http://localhost:4399/double**underline**pairs.jpg (as is shown in the reproduction example).

The image should also be rendered.

marridG commented 1 year ago

relevant bug-fix commits in v1.14.4: