From 532aaa7cf7cf33a96d97648f609ec1f2629d1413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Mon, 10 Jun 2024 16:14:18 +0200 Subject: [PATCH] Add a comment --- engine/rendering.go | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/rendering.go b/engine/rendering.go index 74f68cdc..751fb74e 100644 --- a/engine/rendering.go +++ b/engine/rendering.go @@ -24,6 +24,7 @@ import ( "github.com/xyproto/splash" "github.com/yosssi/gcss" + // For embedding the MathJax JavaScript _ "embed" )