Wrap definitions with a container div
This commit is contained in:
parent
fc646569e9
commit
76d63682e6
1 changed files with 1 additions and 1 deletions
2
edocs.el
2
edocs.el
|
@ -295,7 +295,7 @@ See the docstring for `edocs--module-name' for more information."
|
||||||
(defmethod edocs--export-insert-definition
|
(defmethod edocs--export-insert-definition
|
||||||
((exporter edocs-html-exporter) type name args doc known-symbols)
|
((exporter edocs-html-exporter) type name args doc known-symbols)
|
||||||
"Insert definition."
|
"Insert definition."
|
||||||
(edocs--with-tag "div" nil
|
(edocs--with-tag "div" '(("class" . "container"))
|
||||||
(insert "– ")
|
(insert "– ")
|
||||||
(edocs--with-tag "strong" nil
|
(edocs--with-tag "strong" nil
|
||||||
(insert (edocs--get-type-display type)))
|
(insert (edocs--get-type-display type)))
|
||||||
|
|
Loading…
Reference in a new issue