Skip to content

Commit

Permalink
feat: allow using details and summary HTML tags
Browse files Browse the repository at this point in the history
  • Loading branch information
CefBoud authored and Agrendalath committed Mar 18, 2024
1 parent 018c36e commit 0d9994c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion html_xblock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""HTML XBlock module."""
from .html import ExcludedHTML5XBlock, HTML5XBlock

__version__ = "1.3.6"
__version__ = "1.3.7"
2 changes: 2 additions & 0 deletions html_xblock/bleaching.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def _get_allowed_tags(self):
'u',
'style',
'iframe',
'details',
'summary',
}

if self.allow_javascript:
Expand Down

0 comments on commit 0d9994c

Please sign in to comment.