Bug 512989

Summary: Markdown image links are malformed on website
Product: [Websites] www.kde.org Reporter: kde
Component: generalAssignee: kde-www mailing-list <kde-www>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Screenshot showing that an image fails to load and an img HTML tag with %!s(<nil>)plasma-vault.png as source

Description kde 2025-12-05 19:06:48 UTC
Created attachment 187369 [details]
Screenshot showing that an image fails to load and an img HTML tag with %!s(<nil>)plasma-vault.png as source

SUMMARY
Markdown image links are malformed on the website. For example, this image on the “KDE for Activists” page:
```md
![](plasma-vault.png)
```
Is turned into this (notice the nil part)
```html
<img class="img-fluid" src="%!s(<nil>)plasma-vault.png"">
```
This issue can also be seen on other pages, and I suspect it is caused by whatever is processing the markdown.

STEPS TO REPRODUCE
1. Go to website
2. See missing image.

OBSERVED RESULT
Image fails to load, failed image load icon is shown

EXPECTED RESULT
Image links are correct

SOFTWARE/OS VERSIONS
Not relevant

ADDITIONAL INFORMATION
The links are malformed
Comment 1 Albert Astals Cid 2025-12-06 14:16:29 UTC
Git commit 0b8eb3ea327b369ce91b9a3cac56306f89868764 by Albert Astals Cid.
Committed on 06/12/2025 at 14:16.
Pushed by aacid into branch 'master'.

Fix images in for activists page

M  +4    -4    content/for/activists.md

https://invent.kde.org/websites/kde-org/-/commit/0b8eb3ea327b369ce91b9a3cac56306f89868764