Pārlūkot izejas kodu

Merge branch 'maint'

Nicolas Goaziou 11 gadi atpakaļ
vecāks
revīzija
60ca9e782b
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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)