ox-md.el (md): Export underlined text as verbatim

* ox-md.el (md): Export underlined text as verbatim.

Thanks to Rick Frankel for suggesting this.
This commit is contained in:
Bastien Guerry 2013-03-12 08:44:11 +01:00
parent fa23e00915
commit d90d1071ba
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ 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)