Created attachment 143950 [details] markdown in kate with okular preview SUMMARY Markdown allow to embed images in document, it works very much like a link [link text](https://image/link.png)  STEPS TO REPRODUCE 1. Create a markdown with the above content. 2. load the file in Okular or Kate preview 3. embedded images should load from https, base64 or local file path    OBSERVED RESULT a white space is generated, image is not shown EXPECTED RESULT see images in rendered doc SOFTWARE/OS VERSIONS Operating System: Ubuntu 21.04 KDE Plasma Version: 5.21.5 KDE Frameworks Version: 5.83.0 Qt Version: 5.15.2 Kernel Version: 5.11.0-40-generic OS Type: 64-bit Graphics Platform: X11 Processors: 8 × Intel® Core™ i7-8550U CPU @ 1.80GHz Memory: 19.4 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 620
Created attachment 143972 [details] Simple test file that reproduces the bug Confirmed with attached simple test file Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.3 KDE Frameworks Version: 5.88.0 Qt Version: 5.15.3 Kernel Version: 5.11.0-40-generic (64-bit) Graphics Platform: Wayland Processors: 2 × AMD A6-6400K APU with Radeon(tm) HD Graphics Memory: 7.7 GiB of RAM Graphics Processor: AMD CEDAR
Is this bug report about data URLs or about HTTP URLs now?
Local file system URLs (e.g. "/home/user/test.jpg") work OK in my tests, http and https don't, I haven't tried any other remote URLs.