Difference between revisions of "Markdown"
Jump to navigation
Jump to search
(Undo revision 47715 by 121.8.98.202 (talk)) |
(Undo revision 47717 by 183.181.16.189 (talk)) |
||
| Line 19: | Line 19: | ||
Hello! | Hello! | ||
| − | + | = See also = | |
| + | |||
| + | == Pandoc-mode == | ||
| + | |||
| + | [http://pandoc.org/ Pandoc] is a swiss-army knife to convert a mark-up format into another (markdown to rst, org, etc) and [https://github.com/joostkremers/pandoc-mode pandoc-mode] (in melpa) is an emacs interface to it. | ||
= External Links = | = External Links = | ||
Revision as of 22:24, 29 January 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.