diff --git a/contrib/lisp/org-e-html.el b/contrib/lisp/org-e-html.el index 1c2255b68..2d3d3c4f1 100644 --- a/contrib/lisp/org-e-html.el +++ b/contrib/lisp/org-e-html.el @@ -2617,7 +2617,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