From 07ebd9f82f2b2b6c9e2f9b7af928db40f7254d7b Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com> Date: Wed, 15 Apr 2026 14:32:36 +0000 Subject: [PATCH] feat: add proper font setup and a couple of design hacks to documentation site --- config/documentation/markup.toml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/config/documentation/markup.toml b/config/documentation/markup.toml index be95fd1..9bcea92 100644 --- a/config/documentation/markup.toml +++ b/config/documentation/markup.toml @@ -1,2 +1,4 @@ [highlight] -style = 'tokyonight-day' +anchorLineNos = true +codeFences = true +noClasses = false \ No newline at end of file -- Gitblit v1.10.0