From 90246ee314cfbb6b6f0b43b51e392b6b5293b867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 19 Dec 2025 13:04:08 +0100 Subject: Revert "feat(backend): parse description as markdown" This reverts commit 0c0c6fb6df755d8f53d353e8b941e22a6c474b60. --- 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 6fe15c4..a384459 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