Variable: org-md-footnotes-section

org-md-footnotes-section is a customizable variable defined in ox-md.el.gz.

Value

"%s%s"

Documentation

Format string for the footnotes section.

The first %s placeholder will be replaced with the localized Footnotes section heading, the second with the contents of the Footnotes section.

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
;;;; Footnotes

(defcustom org-md-footnotes-section "%s%s"
  "Format string for the footnotes section.
The first %s placeholder will be replaced with the localized Footnotes section
heading, the second with the contents of the Footnotes section."
  :group 'org-export-md
  :type 'string
  :version "26.1"
  :package-version '(Org . "9.0"))