Allow using the details tag in markdown

Fixes #487
This commit is contained in:
rubenwardy 2023-11-14 01:14:33 +00:00
parent 739179a152
commit d2feddea1e

@ -48,6 +48,8 @@ ALLOWED_TAGS = {
"img",
"table", "thead", "tbody", "tr", "th", "td",
"div", "span", "del", "s",
"details",
"summary",
}
ALLOWED_CSS = [