Skip to content

Commit

Permalink
Updated README.md (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
  • Loading branch information
jackton1 and jackton1 committed Mar 18, 2022
1 parent 159fa77 commit 1d86215
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Want a cool `Table of Contents` for your markdown and also auto sync changes eac

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---------|--------|----------|------------------------|------------------------------------------------------------------------------------------|
| args | string | true | `"--use toc --output"` | [remark cli](https://github.com/unifiedjs/unified-args#cli) options. |
| files | string | true | `"README.md"` | List of input markdown files<br> |
| plugins | string | true | `"remark-toc"` | List of [remarkjs plugins](https://github.com/remarkjs/remark/blob/main/doc/plugins.md). |
| rc\_path | string | false | `".remarkrc.json"` | Remark configuration file |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---------|--------|----------|--------------------|------------------------------------------------------------------------------------------|
| args | string | true | `"--output"` | [remark cli](https://github.com/unifiedjs/unified-args#cli) options. |
| files | string | true | `"README.md"` | List of input markdown files<br> |
| plugins | string | true | `"remark-toc"` | List of [remarkjs plugins](https://github.com/remarkjs/remark/blob/main/doc/plugins.md). |
| rc\_path | string | false | `".remarkrc.json"` | Remark configuration file |

<!-- AUTO-DOC-INPUT:END -->

Expand Down

0 comments on commit 1d86215

Please sign in to comment.