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 8aa96484da)
remotes/origin/work/aacid/453987
parent
140b37c340
commit
5339b7eef1
4 changed files with 21 additions and 1 deletions
@ -0,0 +1,3 @@ |
||||
# Test for having images with non-ASCII characters in their name |
||||
|
||||
 |
||||
|
After Width: | Height: | Size: 34 KiB |
Loading…
Reference in new issue