lang/markdown: add multimarkdown compiler support
This commit is contained in:
parent
b1e23238e6
commit
768ebda95b
2 changed files with 12 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
(defvar +markdown-compile-functions
|
||||
'(+markdown-compile-marked
|
||||
+markdown-compile-pandoc
|
||||
+markdown-compile-markdown)
|
||||
+markdown-compile-markdown
|
||||
+markdown-compile-multimarkdown)
|
||||
"A list of commands to try when attempting to build a markdown file with
|
||||
`markdown-open' or `markdown-preview', stopping at the first one to return non-nil.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue