Wrap headers with a container div
This commit is contained in:
parent
b66e7206a0
commit
fc646569e9
1 changed files with 3 additions and 2 deletions
3
edocs.el
3
edocs.el
|
@ -230,7 +230,8 @@ parts of the module."
|
|||
(defmethod edocs--export-insert-header ((exporter edocs-html-exporter)
|
||||
level txt)
|
||||
"Format a header."
|
||||
(insert (format "<h%d>%s</h%d>" level txt level)))
|
||||
(edocs--with-tag "div" '(("class" . "container"))
|
||||
(insert (format "<h%d>%s</h%d>" level txt level))))
|
||||
|
||||
(defmethod edocs--export-insert-header ((exporter edocs-ascii-exporter)
|
||||
level txt)
|
||||
|
|
Loading…
Reference in a new issue