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.remotes/origin/work/devicepixelratio
parent
5ceeb68dfe
commit
8aa96484da
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