We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readme.md
1 parent 3fa5f4b commit 515ef02Copy full SHA for 515ef02
readme.md
@@ -64,8 +64,9 @@ If `options` is a [VFile][], it’s treated as `{file: options}`.
64
Whether the root of the given tree is in the `'html'` or `'svg'` space (enum,
65
`'svg'` or `'html'`, default: `'html'`).
66
67
-If an `svg` element is found in the HTML space, `toHTML` automatically switches
68
-to the SVG space when entering the element, and switches back when leaving.
+If an element in with the SVG namespace is found in `ast`, `fromParse5`
+automatically switches to the SVG space when entering the element, and
69
+switches back when leaving.
70
71
###### `options.file`
72
0 commit comments