diff --git a/package-lock.json b/package-lock.json index b1273b5..8f657b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28150,7 +28150,7 @@ } }, "packages/remark-capitalize-headings": { - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@types/mdast": "^4.0.3", diff --git a/packages/mdast-util-hidden/docs/README.md b/packages/mdast-util-hidden/docs/README.md index 7f7691b..2461e9a 100644 --- a/packages/mdast-util-hidden/docs/README.md +++ b/packages/mdast-util-hidden/docs/README.md @@ -36,7 +36,7 @@ Returns a new `Hidden` node ready to be inserted into a mdast tree. #### Defined in -[packages/mdast-util-hidden/src/index.ts:30](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/mdast-util-hidden/src/index.ts#L30) +[packages/mdast-util-hidden/src/index.ts:30](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/mdast-util-hidden/src/index.ts#L30) ___ @@ -69,7 +69,7 @@ in will become the hidden children of this new node. #### Defined in -[packages/mdast-util-hidden/src/index.ts:49](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/mdast-util-hidden/src/index.ts#L49) +[packages/mdast-util-hidden/src/index.ts:49](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/mdast-util-hidden/src/index.ts#L49) ___ @@ -92,7 +92,7 @@ node is Hidden #### Defined in -[packages/mdast-util-hidden/src/index.ts:41](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/mdast-util-hidden/src/index.ts#L41) +[packages/mdast-util-hidden/src/index.ts:41](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/mdast-util-hidden/src/index.ts#L41) ___ @@ -124,7 +124,7 @@ one or more `Hidden` `nodes`. #### Defined in -[packages/mdast-util-hidden/src/index.ts:92](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/mdast-util-hidden/src/index.ts#L92) +[packages/mdast-util-hidden/src/index.ts:92](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/mdast-util-hidden/src/index.ts#L92) ___ @@ -164,4 +164,4 @@ instead. #### Defined in -[packages/mdast-util-hidden/src/index.ts:125](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/mdast-util-hidden/src/index.ts#L125) +[packages/mdast-util-hidden/src/index.ts:125](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/mdast-util-hidden/src/index.ts#L125) diff --git a/packages/mdast-util-hidden/docs/interfaces/Hidden.md b/packages/mdast-util-hidden/docs/interfaces/Hidden.md index 199a85b..ee99a77 100644 --- a/packages/mdast-util-hidden/docs/interfaces/Hidden.md +++ b/packages/mdast-util-hidden/docs/interfaces/Hidden.md @@ -47,7 +47,7 @@ ___ #### Defined in -[packages/mdast-util-hidden/src/index.ts:17](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/mdast-util-hidden/src/index.ts#L17) +[packages/mdast-util-hidden/src/index.ts:17](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/mdast-util-hidden/src/index.ts#L17) ___ @@ -80,4 +80,4 @@ Node.type #### Defined in -[packages/mdast-util-hidden/src/index.ts:16](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/mdast-util-hidden/src/index.ts#L16) +[packages/mdast-util-hidden/src/index.ts:16](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/mdast-util-hidden/src/index.ts#L16) diff --git a/packages/mdast-util-tight-comments/docs/README.md b/packages/mdast-util-tight-comments/docs/README.md index c24cd4b..af81dee 100644 --- a/packages/mdast-util-tight-comments/docs/README.md +++ b/packages/mdast-util-tight-comments/docs/README.md @@ -23,4 +23,4 @@ HTML comments and select other mdast nodes under certain conditions. #### Defined in -[index.ts:7](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/mdast-util-tight-comments/src/index.ts#L7) +[index.ts:7](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/mdast-util-tight-comments/src/index.ts#L7) diff --git a/packages/remark-ignore/docs/modules/end.md b/packages/remark-ignore/docs/modules/end.md index 073fb31..4e12756 100644 --- a/packages/remark-ignore/docs/modules/end.md +++ b/packages/remark-ignore/docs/modules/end.md @@ -54,4 +54,4 @@ node with all hidden child nodes revealed. #### Defined in -[packages/remark-ignore/src/end.ts:18](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-ignore/src/end.ts#L18) +[packages/remark-ignore/src/end.ts:18](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-ignore/src/end.ts#L18) diff --git a/packages/remark-ignore/docs/modules/start.md b/packages/remark-ignore/docs/modules/start.md index 768f588..58ce04b 100644 --- a/packages/remark-ignore/docs/modules/start.md +++ b/packages/remark-ignore/docs/modules/start.md @@ -57,4 +57,4 @@ node with all child nodes following an ignore command having been hidden. #### Defined in -[packages/remark-ignore/src/start.ts:23](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-ignore/src/start.ts#L23) +[packages/remark-ignore/src/start.ts:23](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-ignore/src/start.ts#L23) diff --git a/packages/remark-lint-fenced-code-flag-case/docs/README.md b/packages/remark-lint-fenced-code-flag-case/docs/README.md index d364fd6..f8a3247 100644 --- a/packages/remark-lint-fenced-code-flag-case/docs/README.md +++ b/packages/remark-lint-fenced-code-flag-case/docs/README.md @@ -32,7 +32,7 @@ Options type for the remark-lint-fenced-code-flag-case plugin. #### Defined in -[packages/remark-lint-fenced-code-flag-case/src/index.ts:18](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-lint-fenced-code-flag-case/src/index.ts#L18) +[packages/remark-lint-fenced-code-flag-case/src/index.ts:18](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-lint-fenced-code-flag-case/src/index.ts#L18) ## Variables @@ -44,7 +44,7 @@ Valid values for the Options.case property. #### Defined in -[packages/remark-lint-fenced-code-flag-case/src/index.ts:13](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-lint-fenced-code-flag-case/src/index.ts#L13) +[packages/remark-lint-fenced-code-flag-case/src/index.ts:13](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-lint-fenced-code-flag-case/src/index.ts#L13) ## Functions diff --git a/packages/remark-lint-heading-word-length/docs/README.md b/packages/remark-lint-heading-word-length/docs/README.md index 79107bf..ae1d388 100644 --- a/packages/remark-lint-heading-word-length/docs/README.md +++ b/packages/remark-lint-heading-word-length/docs/README.md @@ -29,7 +29,7 @@ Options type for the remark-lint-heading-word-length plugin. #### Defined in -[packages/remark-lint-heading-word-length/src/index.ts:15](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-lint-heading-word-length/src/index.ts#L15) +[packages/remark-lint-heading-word-length/src/index.ts:15](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-lint-heading-word-length/src/index.ts#L15) ## Functions diff --git a/packages/remark-lint-list-item-style/docs/README.md b/packages/remark-lint-list-item-style/docs/README.md index 5ecde31..359289d 100644 --- a/packages/remark-lint-list-item-style/docs/README.md +++ b/packages/remark-lint-list-item-style/docs/README.md @@ -36,7 +36,7 @@ Options type for the remark-lint-list-item-style plugin. #### Defined in -[packages/remark-lint-list-item-style/src/index.ts:30](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-lint-list-item-style/src/index.ts#L30) +[packages/remark-lint-list-item-style/src/index.ts:30](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-lint-list-item-style/src/index.ts#L30) ## Variables @@ -48,7 +48,7 @@ Valid values for the Options.checkFirstWord property. #### Defined in -[packages/remark-lint-list-item-style/src/index.ts:15](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-lint-list-item-style/src/index.ts#L15) +[packages/remark-lint-list-item-style/src/index.ts:15](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-lint-list-item-style/src/index.ts#L15) ___ @@ -60,7 +60,7 @@ Valid values for the Options.checkListSpread property. #### Defined in -[packages/remark-lint-list-item-style/src/index.ts:20](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-lint-list-item-style/src/index.ts#L20) +[packages/remark-lint-list-item-style/src/index.ts:20](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-lint-list-item-style/src/index.ts#L20) ## Functions diff --git a/packages/remark-remove-url-trailing-slash/docs/README.md b/packages/remark-remove-url-trailing-slash/docs/README.md index f5b1918..d22cdd7 100644 --- a/packages/remark-remove-url-trailing-slash/docs/README.md +++ b/packages/remark-remove-url-trailing-slash/docs/README.md @@ -28,7 +28,7 @@ Options type for the remark-remove-url-trailing-slash plugin. #### Defined in -[packages/remark-remove-url-trailing-slash/src/index.ts:11](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-remove-url-trailing-slash/src/index.ts#L11) +[packages/remark-remove-url-trailing-slash/src/index.ts:11](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-remove-url-trailing-slash/src/index.ts#L11) ## Functions diff --git a/packages/remark-renumber-references/docs/README.md b/packages/remark-renumber-references/docs/README.md index f7fdc5c..1a501c3 100644 --- a/packages/remark-renumber-references/docs/README.md +++ b/packages/remark-renumber-references/docs/README.md @@ -28,7 +28,7 @@ Options type for the remark-renumber-references plugin. #### Defined in -[packages/remark-renumber-references/src/index.ts:16](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-renumber-references/src/index.ts#L16) +[packages/remark-renumber-references/src/index.ts:16](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-renumber-references/src/index.ts#L16) ## Functions diff --git a/packages/remark-sort-definitions/docs/README.md b/packages/remark-sort-definitions/docs/README.md index 588fa2a..d774e25 100644 --- a/packages/remark-sort-definitions/docs/README.md +++ b/packages/remark-sort-definitions/docs/README.md @@ -28,7 +28,7 @@ Options type for the remark-sort-definitions plugin. #### Defined in -[packages/remark-sort-definitions/src/index.ts:12](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-sort-definitions/src/index.ts#L12) +[packages/remark-sort-definitions/src/index.ts:12](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-sort-definitions/src/index.ts#L12) ## Functions