0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 21:16:28 +00:00

org-md: Also translate fixed-width areas

This commit is contained in:
Nicolas Goaziou 2013-01-28 18:47:43 +01:00
parent db6602ef24
commit 005917702a

View file

@ -68,6 +68,7 @@ This variable can be set to either `atx' or `setext'."
:translate-alist ((bold . org-md-bold) :translate-alist ((bold . org-md-bold)
(code . org-md-verbatim) (code . org-md-verbatim)
(example-block . org-md-example-block) (example-block . org-md-example-block)
(fixed-width . org-md-example-block)
(footnote-definition . ignore) (footnote-definition . ignore)
(footnote-reference . ignore) (footnote-reference . ignore)
(headline . org-md-headline) (headline . org-md-headline)