Skip to content
Commit 5339b7ee authored by M  B 's avatar M  B  Committed by Albert Astals Cid
Browse files

Markdown: Fix images with special chars in URLs not loaded

If an image URL contains a non-ASCII character (e.g. `kartöffelchen.jpg`), the html returned by the markdown parser contains the encoded path `kart%C3%B6ffelchen.jpg`. We must decode the path before checking if the image file exists.

(cherry picked from commit 8aa96484)
parent 140b37c3
Pipeline #158954 passed with stage
in 5 minutes and 49 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment