org-md: Also translate fixed-width areas
This commit is contained in:
parent
db6602ef24
commit
005917702a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue