993 B
993 B
Markdown contribution layer for Spacemacs
Table of Contents
Description
This layer adds markdown support to Spacemacs.
Features:
- markdown files support via markdown-mode
- TOC generation via markdown-toc
Install
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(markdown))
Usage
To generate a table of contents type on top of the buffer: SPC : markdown-toc/generate-toc RET
Key bindings
TODO