ox-md: Correctly export footnote references
* lisp/ox-md.el (md): Do not ignore footnote references. Footnotes do not exist in Markdown syntax, but we can fallback on HTML. Reported-by: Vasilij Schneidermann <v.schneidermann@gmail.com> <http://permalink.gmane.org/gmane.emacs.orgmode/93447>
This commit is contained in:
parent
7fe4574899
commit
dbc988e272
|
@ -72,8 +72,6 @@ This variable can be set to either `atx' or `setext'."
|
|||
(comment-block . (lambda (&rest args) ""))
|
||||
(example-block . org-md-example-block)
|
||||
(fixed-width . org-md-example-block)
|
||||
(footnote-definition . ignore)
|
||||
(footnote-reference . ignore)
|
||||
(headline . org-md-headline)
|
||||
(horizontal-rule . org-md-horizontal-rule)
|
||||
(inline-src-block . org-md-verbatim)
|
||||
|
|
Loading…
Reference in New Issue