File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ See [`handlers/`][handlers] for examples.
76
76
77
77
Whether the given [ * tree* ] [ tree ] is a complete document.
78
78
Applies if the given ` tree ` is a [ ` root ` ] [ hast-root ] .
79
- First its [ * children* ] [ child ] are transformed to [ ** mast ** ] [ mdast ] .
79
+ First its [ * children* ] [ child ] are transformed to [ ** mdast ** ] [ mdast ] .
80
80
By default, if one or more of the new mdast children are [ * phrasing* ] [ phrasing ]
81
81
nodes, and one or more are not, the phrasing nodes are wrapped in
82
82
[ * paragraphs* ] [ mdast-paragraph ] .
@@ -100,17 +100,17 @@ A. van Kesteren; et al. WHATWG § 3.2.5.4 Paragraphs][spec]), such as:
100
100
101
101
``` html
102
102
<article >
103
- An implicit paragraphs .
104
- <h1 >An explicit paragraphs .</h1 >
103
+ An implicit paragraph .
104
+ <h1 >An explicit paragraph .</h1 >
105
105
</article >
106
106
```
107
107
108
108
Yields:
109
109
110
110
``` markdown
111
- An implicit paragraphs .
111
+ An implicit paragraph .
112
112
113
- # An explicit paragraphs .
113
+ # An explicit paragraph .
114
114
```
115
115
116
116
###### Ignoring nodes
You can’t perform that action at this time.
0 commit comments