Skip to content

Commit 278c076

Browse files
docs(readme): add replace examples to table of contents
1 parent 941c508 commit 278c076

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ parse('<p>Hello, World!</p>'); // React.createElement('p', {}, 'Hello, World!')
3434
- [Install](#install)
3535
- [Usage](#usage)
3636
- [replace](#replace)
37+
- [replace with TypeScript](#replace-with-typescript)
38+
- [replace examples](#replace-examples)
39+
- [replace element and children](#replace-element-and-children)
40+
- [replace element attributes](#replace-element-attributes)
41+
- [replace and remove element](#replace-and-remove-element)
3742
- [library](#library)
3843
- [htmlparser2](#htmlparser2)
3944
- [trim](#trim)

0 commit comments

Comments
 (0)