markdown: support summary/details tags to allow setting https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary
This commit is contained in:
parent
ca1ac56a3b
commit
5ea49c819c
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ markdown_tags = [
|
|||
"img",
|
||||
"a",
|
||||
"input",
|
||||
"details",
|
||||
"summary"
|
||||
]
|
||||
|
||||
markdown_attrs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue