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
1 changed files with 1 additions and 0 deletions

View File

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