File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ Take a look at [`lib/handlers/`][handlers] for examples.
7474
7575###### Note
7676
77- * [ ` yaml ` ] [ mdast-yaml ] and [ ` html ` ] [ mdast-html ] nodes are ignored;
78- * [ ` position ` ] [ unist-position ] s are properly patched;
79- * Unknown nodes with ` children ` are transformed to ` div ` elements;
80- * Unknown nodes with ` value ` are transformed to ` text ` nodes;
81- * If ` node.data.hName ` is set, it’s used as the HAST element’s tag-name;
77+ * [ ` yaml ` ] [ mdast-yaml ] and [ ` html ` ] [ mdast-html ] nodes are ignored
78+ * [ ` position ` ] [ unist-position ] s are properly patched
79+ * Unknown nodes with ` children ` are transformed to ` div ` elements
80+ * Unknown nodes with ` value ` are transformed to ` text ` nodes
81+ * If ` node.data.hName ` is set, it’s used as the HAST element’s tag-name
8282* If ` node.data.hProperties ` is set, it’s mixed into the HAST element’s
83- properties;
83+ properties
8484* If ` node.data.hChildren ` is set, it’s used as the element’s HAST
85- children;
85+ children
8686
8787## Related
8888
You can’t perform that action at this time.
0 commit comments