https://bugs.kde.org/show_bug.cgi?id=512989

            Bug ID: 512989
           Summary: Markdown image links are malformed on website
    Classification: Websites
           Product: www.kde.org
      Version First unspecified
       Reported In:
          Platform: Other
                OS: All
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 187369
  --> https://bugs.kde.org/attachment.cgi?id=187369&action=edit
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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to