From 0c0c6fb6df755d8f53d353e8b941e22a6c474b60 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 14 Dec 2025 18:50:15 +0100 Subject: feat(backend): parse description as markdown --- backend/templates/data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/templates/data.html') diff --git a/backend/templates/data.html b/backend/templates/data.html index a384459..6fe15c4 100644 --- a/backend/templates/data.html +++ b/backend/templates/data.html @@ -1,7 +1,7 @@ {{define "body"}}

{{ .DataTitle }}

-

{{ .Description }}

+ {{ .Description }}
{{ .Img.Alt }}
{{ .Img.Legend }}
-- cgit v1.2.3