Skip to content

Commit 512e6e9

Browse files
committed
Refactor readme.md
1 parent b814fdc commit 512e6e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# hast-util-raw [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
22

3-
Reparse a [HAST][] tree, with support for embedded `raw`
4-
nodes.
3+
Reparse a [HAST][] tree, with support for embedded `raw` nodes.
54

65
One of the reasons to do this is for “malformed” syntax trees: for
76
example, say there’s an `h1` element in a `p` element, this utility
87
will make them siblings.
98

109
Another reason to do this is if raw HTML/XML is embedded in a syntax
1110
tree, such as markdown. If you’re working with markdown, use
12-
[**remark-rehype**][remark-rehype] and [**rehype-raw**][rehype-raw].
11+
[`remark-rehype`][remark-rehype] and [`rehype-raw`][rehype-raw].
1312

1413
## Installation
1514

0 commit comments

Comments
 (0)