Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ink/tsdom/tsdom.ts>parse

Terminal string color for Deno
Latest
function parse
import { parse } from "https://deno.land/x/ink@1.3/tsdom/tsdom.ts";

Parses HTML and returns a root element Parse a chuck of HTML source.

Parameters

data: string

html

optional
options: { lowerCaseTagName?: boolean; noFix?: boolean; script?: boolean; style?: boolean; pre?: boolean; }