import { type DomHandlerOptions } from "https://deno.land/x/html_parser@v0.1.3/src/mod.ts";
Properties
Add a startIndex
property to nodes.
When the parser is used in a non-streaming fashion, startIndex
is an integer
indicating the position of the start of the node in the document.
Add an endIndex
property to nodes.
When the parser is used in a non-streaming fashion, endIndex
is an integer
indicating the position of the end of the node in the document.
Replace all whitespace with single spaces.
Note: Enabling this might break your markup.