From d2feddea1ee9009a0accb08827813ca6637bb38e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 14 Nov 2023 01:14:33 +0000 Subject: [PATCH] Allow using the details tag in markdown Fixes #487 --- app/markdown.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/markdown.py b/app/markdown.py index 9125055c..0b6c43b3 100644 --- a/app/markdown.py +++ b/app/markdown.py @@ -48,6 +48,8 @@ ALLOWED_TAGS = { "img", "table", "thead", "tbody", "tr", "th", "td", "div", "span", "del", "s", + "details", + "summary", } ALLOWED_CSS = [