diff --git a/edocs.el b/edocs.el index 74a21ed..ad7b0a9 100644 --- a/edocs.el +++ b/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'.