markdown: support summary/details tags to allow setting https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary

This commit is contained in:
Daniel Dourvaris 2020-07-16 13:19:16 +02:00
parent ca1ac56a3b
commit 5ea49c819c

View file

@ -61,6 +61,8 @@ markdown_tags = [
"img",
"a",
"input",
"details",
"summary"
]
markdown_attrs = {