浏览代码

Merge branch 'maint'

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

+ 0 - 1
lisp/ox-md.el

@@ -69,7 +69,6 @@ This variable can be set to either `atx' or `setext'."
 		(org-open-file (org-md-export-to-markdown nil s v)))))))
   :translate-alist '((bold . org-md-bold)
 		     (code . org-md-verbatim)
-		     (underline . org-md-verbatim)
 		     (comment . (lambda (&rest args) ""))
 		     (comment-block . (lambda (&rest args) ""))
 		     (example-block . org-md-example-block)