We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c6eb6a + 81c44bd commit e10f43eCopy full SHA for e10f43e
.verb.md
@@ -1,3 +1,9 @@
1
+## Quick Start
2
+Assuming you want to add a TOC to README.md:
3
+1. `$ npm install -g markdown-toc`
4
+2. Edit README.md and insert the following line where you want the TOC inserted:<br />`<!-- toc -->`
5
+3. `$ markdown-toc -i README.md`
6
+
7
## CLI
8
9
```
@@ -253,4 +259,4 @@ Type: `Boolean`
253
259
254
260
Default: `true`
255
261
256
-Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior.
262
+Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior.
0 commit comments