Ass "example" class to exported examples.
This commit is contained in:
parent
bdcafa20a3
commit
95cb6cea45
|
@ -2933,7 +2933,7 @@ lang=\"%s\" xml:lang=\"%s\">
|
||||||
(insert (org-html-protect line) "\n")
|
(insert (org-html-protect line) "\n")
|
||||||
(throw 'nextline nil))
|
(throw 'nextline nil))
|
||||||
|
|
||||||
;; verbatim lines
|
;; Fixed-width, verbatim lines (examples)
|
||||||
(when (and org-export-with-fixed-width
|
(when (and org-export-with-fixed-width
|
||||||
(string-match "^[ \t]*:\\(.*\\)" line))
|
(string-match "^[ \t]*:\\(.*\\)" line))
|
||||||
(when (not infixed)
|
(when (not infixed)
|
||||||
|
|
Loading…
Reference in New Issue