Use blockquote instead of div
This improves readability for (some) text-based browsers.
This commit is contained in:
parent
97d248c101
commit
a4b8e96232
1 changed files with 1 additions and 1 deletions
2
edocs.el
2
edocs.el
|
@ -250,7 +250,7 @@ parts of the module."
|
|||
("href" . ,(concat "#" name)))
|
||||
(insert name)))
|
||||
(insert " " (if (consp doc) (car doc) ""))
|
||||
(edocs--with-tag "div" '(("class" . "docstring"))
|
||||
(edocs--with-tag "blockquote" '(("class" . "docstring"))
|
||||
(insert (or (edocs--format-doc doc known-symbols)
|
||||
"Not documented.")))))
|
||||
(edocs--normalize docs))))
|
||||
|
|
Loading…
Reference in a new issue