File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const bookmarks = parse(html)
5858
5959##### ` excludeAttrs: string[] `
6060
61- Exclude specified attributes from output.
61+ Excludes specified attributes from output.
6262
6363##### ` withId: boolean `
6464
@@ -144,7 +144,7 @@ const bookmarks = flatParse(html)
144144
145145##### ` excludeAttrs: string[] `
146146
147- Exclude specified attributes from output.
147+ Excludes specified attributes from output.
148148
149149##### ` withId: boolean `
150150
@@ -192,7 +192,7 @@ const bookmarks = flatParse(html, { withId: true })
192192
193193[ Type definition] ( ./types/parse/custom-parse.d.ts )
194194
195- Provides fine-grained control by allowing you to define handlers for bookmark elements during parsing.
195+ Allows you to define handlers for elements during parsing.
196196
197197Use this to build custom data structures or implement custom logic.
198198
You can’t perform that action at this time.
0 commit comments