-
-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Quick Start section #100
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## Quick Start | ||
Assuming you want to add a TOC to README.md: | ||
1. ```$ npm install -g markdown-toc``` | ||
2. Edit README.md and insert the following line where you want the TOC inserted:<br />```<-- toc -->``` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be
Missing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oops, good catch! I'll fix the PR in a moment ... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No problem. Your quick start was very useful to me as a new user 👍 |
||
3. ```$ markdown-toc -i README.md``` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You only need 1 backtick when the code is inline. |
||
|
||
## CLI | ||
|
||
``` | ||
|
@@ -253,4 +259,4 @@ Type: `Boolean` | |
|
||
Default: `true` | ||
|
||
Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior. | ||
Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You only need 1 backtick when the code is inline.