File tree 1 file changed +7
-7
lines changed
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.
74
74
75
75
###### Note
76
76
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
82
82
* If ` node.data.hProperties ` is set, it’s mixed into the HAST element’s
83
- properties;
83
+ properties
84
84
* If ` node.data.hChildren ` is set, it’s used as the element’s HAST
85
- children;
85
+ children
86
86
87
87
## Related
88
88
You can’t perform that action at this time.
0 commit comments