瀏覽代碼

comment blocks: explicitly append a newline to the body

* lisp/org-exp-blocks.el (org-export-blocks-format-comment):
  Explicitly append a newline to the body.
Eric Schulte 14 年之前
父節點
當前提交
4ce05a79a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-exp-blocks.el

+ 1 - 1
lisp/org-exp-blocks.el

@@ -343,7 +343,7 @@ other backends, it converts the comment into an EXAMPLE segment."
 	      "<p>\n"
 	      "#+END_HTML\n"
 	      body
-	      "#+BEGIN_HTML\n"
+	      "\n#+BEGIN_HTML\n"
 	      "</p>\n"
 	      "</div>\n"
 	      "#+END_HTML\n"))