欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Markdown
来自开放百科 - 灰狐
(版本间的差异)
小 (→Mediawiki) |
小 (→常见问题) |
||
第14行: | 第14行: | ||
[https://stackoverflow.com/questions/14231043/emacs-markdown-mode-error-on-preview-bin-bash-markdown-command-not-found /bin/bash: markdown: command not found] | [https://stackoverflow.com/questions/14231043/emacs-markdown-mode-error-on-preview-bin-bash-markdown-command-not-found /bin/bash: markdown: command not found] | ||
brew install markdown | brew install markdown | ||
+ | brew install pandoc | ||
在.emacs中加入,使用[[Pandoc]] | 在.emacs中加入,使用[[Pandoc]] | ||
(custom-set-variables | (custom-set-variables |
2017年10月31日 (二) 03:45的版本
您可以在Wikipedia上了解到此条目的英文信息 Markdown Thanks, Wikipedia. |
Markdown 是一种轻量级标记语言,方便人们使用易读易写的纯文本格式编写文档,然后转换成有效的XHTML(或者HTML)格式文档。
目录 |
Emacs
在 Emacs 中使用 Markdown。
M-x package-list-packages
然后找到markdown-mode的包进行安装就可以了
Mediawiki
常见问题
/bin/bash: markdown: command not found
brew install markdown brew install pandoc
在.emacs中加入,使用Pandoc
(custom-set-variables '(markdown-command "/usr/local/bin/pandoc"))
链接
分享您的观点