diff --git a/rss2nntp/parsers/voidlinux.py b/rss2nntp/parsers/voidlinux.py
index b44571d6ff720faad3ccfe356d96807473faefbd..7dda10cadbd60801765b568bf96d4391b4569b57 100644
--- a/rss2nntp/parsers/voidlinux.py
+++ b/rss2nntp/parsers/voidlinux.py
@@ -21,8 +21,7 @@ class Voidlinux:
     def parse(self, entry):
         h = html2text.HTML2Text()
         h.ignore_emphasis = True
-        h.ignore_links = True
-        h.ignore_images = True
+        h.ignore_links = False
         h.ignore_images = True
 
         body = h.handle(entry.summary)