Browse Source

org-md: Also translate fixed-width areas

Nicolas Goaziou 12 years ago
parent
commit
005917702a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      contrib/lisp/org-md.el

+ 1 - 0
contrib/lisp/org-md.el

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