Variable: markdown-before-export-hook
markdown-before-export-hook is a variable defined in markdown-mode.el.
Value
nil
Documentation
Hook run before running Markdown to export XHTML output.
The hook may modify the buffer, which will be restored to it's original state after exporting is complete.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defvar markdown-before-export-hook nil
"Hook run before running Markdown to export XHTML output.
The hook may modify the buffer, which will be restored to it's
original state after exporting is complete.")