diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el index 6f9007f45..f3daa1773 100644 --- a/contrib/lisp/org-e-html.el +++ b/contrib/lisp/org-e-html.el @@ -2621,7 +2621,7 @@ holding contextual information." (let ((type (downcase (org-element-property :type special-block)))) (org-e-html--wrap-label special-block - (format "\\begin{%s}\n%s\\end{%s}" type contents type)))) + (format "
\n%s\n
" type contents)))) ;;;; Src Block