Update list of markdown-compile-* in markdown doc

This commit is contained in:
pancho horrillo 2020-05-24 07:21:58 +02:00
parent ee8338045e
commit 2839afc262
2 changed files with 3 additions and 2 deletions

View file

@ -32,7 +32,7 @@ Runs `+markdown-compile-functions' until the first function to return non-nil,
otherwise throws an error."
(or (run-hook-with-args-until-success '+markdown-compile-functions
beg end output-buffer)
(user-error "No markdown program could be found. Install marked, pandoc or markdown.")))
(user-error "No markdown program could be found. Install marked, pandoc, markdown or multimarkdown.")))
;;;###autoload
(defun +markdown-compile-marked (beg end output-buffer)