Variable: markdown-after-export-hook
markdown-after-export-hook is a variable defined in markdown-mode.el.
Value
nil
Documentation
Hook run after XHTML output has been saved.
Any changes to the output buffer made by this hook will be saved.
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defvar markdown-after-export-hook nil
"Hook run after XHTML output has been saved.
Any changes to the output buffer made by this hook will be saved.")