Variable: org-md-footnote-format

org-md-footnote-format is a customizable variable defined in ox-md.el.gz.

Value

"<sup>%s</sup>"

Documentation

Format string for the footnote reference.

The %s will be replaced by the footnote reference itself.

This variable was added, or its default value changed, in Org version
9.0.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-md.el.gz
(defcustom org-md-footnote-format "<sup>%s</sup>"
  "Format string for the footnote reference.
The %s will be replaced by the footnote reference itself."
  :group 'org-export-md
  :type 'string
  :version "26.1"
  :package-version '(Org . "9.0"))