Skip to content

Commit a7e4834

Browse files
committed
Update dev-dependencies
1 parent 9015eae commit a7e4834

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"devDependencies": {
1515
"remark-cli": "^6.0.0",
16-
"remark-preset-wooorm": "^4.0.0"
16+
"remark-preset-wooorm": "^5.0.0"
1717
},
1818
"scripts": {
1919
"format": "remark . -qfo"

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ interface Parent <: UnistParent {
7878
```
7979

8080
**Parent** ([**UnistParent**][dfn-unist-parent]) represents a node in hast
81-
containing other nodes (said to be [_children_][term-child]).
81+
containing other nodes (said to be [*children*][term-child]).
8282

8383
Its content is limited to only other hast content.
8484

@@ -103,9 +103,9 @@ interface Root <: Parent {
103103

104104
**Root** ([**Parent**][dfn-parent]) represents a document.
105105

106-
**Root** can be used as the [_root_][term-root] of a [_tree_][term-tree], or as
106+
**Root** can be used as the [*root*][term-root] of a [*tree*][term-tree], or as
107107
a value of the `content` field on a `'template'` [**Element**][dfn-element],
108-
never as a [_child_][term-child].
108+
never as a [*child*][term-child].
109109

110110
### `Element`
111111

@@ -133,10 +133,10 @@ If the `tagName` field is `'template'`, a `content` field can be present.
133133
The value of the `content` field implements the [**Root**][dfn-root] interface.
134134

135135
If the `tagName` field is `'template'`, the element must be a
136-
[_leaf_][term-leaf].
136+
[*leaf*][term-leaf].
137137

138-
If the `tagName` field is `'noscript'`, its [_children_][term-child] should
139-
be represented as if [_scripting is disabled_][concept-scripting].
138+
If the `tagName` field is `'noscript'`, its [*children*][term-child] should
139+
be represented as if [*scripting is disabled*][concept-scripting].
140140

141141
For example, the following HTML:
142142

0 commit comments

Comments
 (0)