out
custom-set-variables
in
google /bin/bash: markdown: command not found
http://stackoverflow.com/questions/14231043/emacs-markdown-mode-error-on-preview-bin-bash-markdown-command-not-found
(custom-set-variables
'(markdown-command "/usr/local/bin/pandoc"))
alg
whereis pandoc
(custom-set-variables
'(markdown-command "/usr/bin/pandoc"))
添加到.emacs文件
本文介绍了一种常见的Markdown预览错误及其解决方案。该错误源于预览时找不到markdown命令,通过设置正确的pandoc路径可以解决这个问题。
4723

被折叠的 条评论
为什么被折叠?



