浏览代码

Merge branch 'maint'

Nicolas Goaziou 11 年之前
父节点
当前提交
081e6b4b3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-md.el

+ 1 - 1
lisp/ox-md.el

@@ -159,7 +159,7 @@ channel."
   (replace-regexp-in-string
    "^" "    "
    (org-remove-indentation
-    (org-element-property :value example-block))))
+    (org-export-format-code-default example-block info))))
 
 (defun org-md-export-block (export-block contents info)
   "Transcode a EXPORT-BLOCK element from Org to Markdown.