Wrap comments with a container div
This commit is contained in:
parent
1fe62d55ec
commit
b66e7206a0
1 changed files with 7 additions and 6 deletions
13
edocs.el
13
edocs.el
|
@ -242,12 +242,13 @@ parts of the module."
|
||||||
|
|
||||||
KNOWN-SYMBOLS is used for referencing symbols found in other
|
KNOWN-SYMBOLS is used for referencing symbols found in other
|
||||||
parts of the module."
|
parts of the module."
|
||||||
(edocs--export-format-text
|
(edocs--with-tag "div" '(("class" . "container"))
|
||||||
exporter
|
(edocs--export-format-text
|
||||||
(replace-regexp-in-string
|
exporter
|
||||||
";" "*" (replace-regexp-in-string
|
(replace-regexp-in-string
|
||||||
"^;; " "" (replace-regexp-in-string
|
";" "*" (replace-regexp-in-string
|
||||||
";;; Commentary:\n+" "" cmt))) known-symbols))
|
"^;; " "" (replace-regexp-in-string
|
||||||
|
";;; Commentary:\n+" "" cmt))) known-symbols)))
|
||||||
|
|
||||||
(defun edocs--format-doc (exporter doc known-symbols)
|
(defun edocs--format-doc (exporter doc known-symbols)
|
||||||
"Make EXPORTER perform formatting operations on DOC or on DOC's `cdr'.
|
"Make EXPORTER perform formatting operations on DOC or on DOC's `cdr'.
|
||||||
|
|
Loading…
Reference in a new issue