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:
Nicolas Goaziou 2014-12-13 22:55:45 +01:00
parent 7fe4574899
commit dbc988e272
1 changed files with 0 additions and 2 deletions

View File

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