diff --git a/docs/src/markdown/extensions/blocks/plugins/admonition.md b/docs/src/markdown/extensions/blocks/plugins/admonition.md index 18891b0d3..960e9f4ca 100644 --- a/docs/src/markdown/extensions/blocks/plugins/admonition.md +++ b/docs/src/markdown/extensions/blocks/plugins/admonition.md @@ -105,7 +105,7 @@ Some content /// ``` -As with all block plugins, you can always add new classes IDs or other attributes via `$`. +As with all block plugins, you can always add new classes IDs or other attributes via the `attributes` option. ``` /// note | Some title diff --git a/docs/src/markdown/extensions/blocks/plugins/details.md b/docs/src/markdown/extensions/blocks/plugins/details.md index 4f2a7461b..6af464885 100644 --- a/docs/src/markdown/extensions/blocks/plugins/details.md +++ b/docs/src/markdown/extensions/blocks/plugins/details.md @@ -105,7 +105,7 @@ Some content /// ``` -As with all block plugins, you can always add new classes IDs or other attributes via `$`. +As with all block plugins, you can always add new classes IDs or other attributes via the `attributes` option. ``` /// details | Some title