Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Feb 20, 2022
1 parent a744ac4 commit d7dfe59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/remark-lint-emphasis-marker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* ## API
*
* The following options (default: `'consistent'`) are accepted:
* The following options (default: [`settings.emphasis`](https://github.com/remarkjs/remark/tree/main/packages/remark-stringify#optionsemphasis) or `'consistent'`) are accepted:
*
* * `'*'`
* — prefer asterisks
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint-emphasis-marker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The default export is `remarkLintEmphasisMarker`.
This rule supports standard configuration that all remark lint rules accept
(such as `false` to turn it off or `[1, options]` to configure it).

The following options (default: `'consistent'`) are accepted:
The following options (default: [`settings.emphasis`](https://github.com/remarkjs/remark/tree/main/packages/remark-stringify#optionsemphasis) or `'consistent'`) are accepted:

* `'*'`
— prefer asterisks
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint-strong-marker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* ## API
*
* The following options (default: `'consistent'`) are accepted:
* The following options (default: [`settings.strong`](https://github.com/remarkjs/remark/tree/main/packages/remark-stringify#optionsstrong) or `'consistent'`) are accepted:
*
* * `'*'`
* — prefer asterisks
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint-strong-marker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The default export is `remarkLintStrongMarker`.
This rule supports standard configuration that all remark lint rules accept
(such as `false` to turn it off or `[1, options]` to configure it).

The following options (default: `'consistent'`) are accepted:
The following options (default: [`settings.strong`](https://github.com/remarkjs/remark/tree/main/packages/remark-stringify#optionsstrong) or `'consistent'`) are accepted:

* `'*'`
— prefer asterisks
Expand Down

0 comments on commit d7dfe59

Please sign in to comment.