From d7dfe59200adda0f48b7754fb5d65a0afedd5af9 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Sun, 20 Feb 2022 13:19:35 -0700 Subject: [PATCH] Update docs --- packages/remark-lint-emphasis-marker/index.js | 2 +- packages/remark-lint-emphasis-marker/readme.md | 2 +- packages/remark-lint-strong-marker/index.js | 2 +- packages/remark-lint-strong-marker/readme.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/remark-lint-emphasis-marker/index.js b/packages/remark-lint-emphasis-marker/index.js index b26d32f5..2a86ad60 100644 --- a/packages/remark-lint-emphasis-marker/index.js +++ b/packages/remark-lint-emphasis-marker/index.js @@ -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 diff --git a/packages/remark-lint-emphasis-marker/readme.md b/packages/remark-lint-emphasis-marker/readme.md index 943ecaf6..1a95621d 100644 --- a/packages/remark-lint-emphasis-marker/readme.md +++ b/packages/remark-lint-emphasis-marker/readme.md @@ -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 diff --git a/packages/remark-lint-strong-marker/index.js b/packages/remark-lint-strong-marker/index.js index 9fd03b30..2ff40fe3 100644 --- a/packages/remark-lint-strong-marker/index.js +++ b/packages/remark-lint-strong-marker/index.js @@ -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 diff --git a/packages/remark-lint-strong-marker/readme.md b/packages/remark-lint-strong-marker/readme.md index ed1af8d5..8eee41a6 100644 --- a/packages/remark-lint-strong-marker/readme.md +++ b/packages/remark-lint-strong-marker/readme.md @@ -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