mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-13 16:38:24 +00:00
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:
parent
fa23e00915
commit
d90d1071ba
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user