From db062982543e43239ed7f433ba6fb790a4543c95 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Wed, 15 Apr 2026 16:39:15 +0000
Subject: [PATCH] fix: hack for contributors list page

---
 config/documentation/markup.toml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/config/documentation/markup.toml b/config/documentation/markup.toml
index 9bcea92..51938db 100644
--- a/config/documentation/markup.toml
+++ b/config/documentation/markup.toml
@@ -1,4 +1,7 @@
 [highlight]
 anchorLineNos = true
 codeFences = true
-noClasses = false
\ No newline at end of file
+noClasses = false
+
+[goldmark.renderer]
+unsafe = true # meh, no like, but required for contributors list
\ No newline at end of file

--
Gitblit v1.10.0