File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Usage: markdown-toc [options] <input>
66 input: The Markdown file to parse for table of contents,
77 or "-" to read from stdin.
88
9- -i: Edit the <input> file directly, injecting the TOC at < !-- toc --> ;
9+ -i: Edit the <input> file directly, injecting the TOC at < !-- toc --> ;
1010 (Without this flag, the default is to print the TOC to stdout.)
1111
1212 --json: Print the TOC in JSON format
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Usage: markdown-toc [options] <input>
4141 input: The Markdown file to parse for table of contents,
4242 or "-" to read from stdin.
4343
44- -i: Edit the <input> file directly, injecting the TOC at < !-- toc --> ;
44+ -i: Edit the <input> file directly, injecting the TOC at < !-- toc --> ;
4545 (Without this flag, the default is to print the TOC to stdout.)
4646
4747 --json: Print the TOC in JSON format
You can’t perform that action at this time.
0 commit comments