File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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.
7676
7777Whether the given [ * tree* ] [ tree ] is a complete document.
7878Applies 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 ] .
8080By default, if one or more of the new mdast children are [ * phrasing* ] [ phrasing ]
8181nodes, and one or more are not, the phrasing nodes are wrapped in
8282[ * paragraphs* ] [ mdast-paragraph ] .
@@ -100,17 +100,17 @@ A. van Kesteren; et al. WHATWG § 3.2.5.4 Paragraphs][spec]), such as:
100100
101101``` html
102102<article >
103- An implicit paragraphs .
104- <h1 >An explicit paragraphs .</h1 >
103+ An implicit paragraph .
104+ <h1 >An explicit paragraph .</h1 >
105105</article >
106106```
107107
108108Yields:
109109
110110``` markdown
111- An implicit paragraphs .
111+ An implicit paragraph .
112112
113- # An explicit paragraphs .
113+ # An explicit paragraph .
114114```
115115
116116###### Ignoring nodes
You can’t perform that action at this time.
0 commit comments