diff --git a/rhodecode/lib/bleach_whitelist.py b/rhodecode/lib/bleach_whitelist.py index eabefe91..e09b12e5 100644 --- a/rhodecode/lib/bleach_whitelist.py +++ b/rhodecode/lib/bleach_whitelist.py @@ -61,6 +61,8 @@ markdown_tags = [ "img", "a", "input", + "details", + "summary" ] markdown_attrs = {