Difference between revisions of "Markdown"
Jump to navigation
Jump to search
(Undo revision 47725 by 61.19.193.211 (talk)) |
|||
| Line 10: | Line 10: | ||
This package is not currently part of the Emacs distribution. | This package is not currently part of the Emacs distribution. | ||
| − | + | == Generate a table of content == | |
| + | |||
| + | Super easy with [https://github.com/ardumont/markdown-toc markdown-toc], in [[MELPA]]. | ||
| + | |||
| + | You can re-generate the toc, put it wherever you want and customize it. | ||
| + | |||
Hello! | Hello! | ||
Revision as of 07:52, 2 February 2017
| Library | markdown-mode |
|---|---|
| Command | markdown-mode |
| Builtin | no |
Markdown Mode provides a major mode for editing Markdown-formatted text files.
This package is not currently part of the Emacs distribution.
Generate a table of content
Super easy with markdown-toc, in MELPA.
You can re-generate the toc, put it wherever you want and customize it.
Hello!
See also
Pandoc-mode
Pandoc is a swiss-army knife to convert a mark-up format into another (markdown to rst, org, etc) and pandoc-mode (in melpa) is an emacs interface to it.