ox-md: Fix error when exporting underline objects

* lisp/ox-md.el (md): Delegate underscore transcoding to HTML
  back-end.
This commit is contained in:
Nicolas Goaziou 2013-05-28 10:48:08 +02:00
parent 206762bd34
commit d3f9b1cb7b
1 changed files with 0 additions and 1 deletions

View File

@ -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)