mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Add “summary” to ‘org-html-html5-elements’
* lisp/ox-html.el (org-html-html5-elements): Add “summary” As suggested by Kaushal Modi in <https://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=%2Bmessage-id%3A%3CCAFyQvY2YoLDpM9PWLV86FwvPOVkuxg9O8KdryG3z%3D5QRm7Aujg%40mail.gmail.com%3E&submit=Search&idxname=emacs-orgmode>
This commit is contained in:
parent
1117d65622
commit
5192e810ae
@ -215,7 +215,7 @@
|
||||
(defconst org-html-html5-elements
|
||||
'("article" "aside" "audio" "canvas" "details" "figcaption"
|
||||
"figure" "footer" "header" "menu" "meter" "nav" "output"
|
||||
"progress" "section" "video")
|
||||
"progress" "section" "summary" "video")
|
||||
"New elements in html5.
|
||||
|
||||
For blocks that should contain headlines, use the HTML_CONTAINER
|
||||
|
Loading…
Reference in New Issue
Block a user