File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# hast-util-raw [ ![ Build] [ build-badge ]] [ build ] [ ![ Coverage] [ coverage-badge ]] [ coverage ] [ ![ Downloads] [ downloads-badge ]] [ downloads ] [ ![ Chat] [ chat-badge ]] [ chat ]
2
2
3
- Parse a [ HAST ] [ ] tree again, with support for embedded ` raw ` nodes.
3
+ Parse a [ hast ] [ ] tree again, with support for embedded ` raw ` nodes.
4
4
5
5
One of the reasons to do this is for “malformed” syntax trees: for
6
6
example, say there’s an ` h1 ` element in a ` p ` element, this utility
@@ -53,8 +53,8 @@ Yields:
53
53
54
54
### ` raw(tree[, file]) `
55
55
56
- Given a [ HAST ] [ ] tree and an optional [ vfile] [ ] (for positional info),
57
- return a new parsed-again [ HAST ] [ ] tree.
56
+ Given a [ hast ] [ ] tree and an optional [ vfile] [ ] (for positional info),
57
+ return a new parsed-again [ hast ] [ ] tree.
58
58
59
59
## Contribute
60
60
You can’t perform that action at this time.
0 commit comments