Use blockquote instead of div

This improves readability for (some) text-based browsers.
This commit is contained in:
Tom Willemse 2014-01-19 23:46:06 +01:00
parent 97d248c101
commit a4b8e96232

View file

@ -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))))