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 b814fdc commit 512e6e9Copy full SHA for 512e6e9
readme.md
@@ -1,15 +1,14 @@
1
# hast-util-raw [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
2
3
-Reparse a [HAST][] tree, with support for embedded `raw`
4
-nodes.
+Reparse a [HAST][] tree, with support for embedded `raw` nodes.
5
6
One of the reasons to do this is for “malformed” syntax trees: for
7
example, say there’s an `h1` element in a `p` element, this utility
8
will make them siblings.
9
10
Another reason to do this is if raw HTML/XML is embedded in a syntax
11
tree, such as markdown. If you’re working with markdown, use
12
-[**remark-rehype**][remark-rehype] and [**rehype-raw**][rehype-raw].
+[`remark-rehype`][remark-rehype] and [`rehype-raw`][rehype-raw].
13
14
## Installation
15
0 commit comments