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
|
||||
parts of the module."
|
||||
(edocs--export-format-text
|
||||
exporter
|
||||
(replace-regexp-in-string
|
||||
";" "*" (replace-regexp-in-string
|
||||
"^;; " "" (replace-regexp-in-string
|
||||
";;; Commentary:\n+" "" cmt))) known-symbols))
|
||||
(edocs--with-tag "div" '(("class" . "container"))
|
||||
(edocs--export-format-text
|
||||
exporter
|
||||
(replace-regexp-in-string
|
||||
";" "*" (replace-regexp-in-string
|
||||
"^;; " "" (replace-regexp-in-string
|
||||
";;; Commentary:\n+" "" cmt))) known-symbols)))
|
||||
|
||||
(defun edocs--format-doc (exporter doc known-symbols)
|
||||
"Make EXPORTER perform formatting operations on DOC or on DOC's `cdr'.
|
||||
|
|
Loading…
Reference in a new issue