Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

getHTMLText

import { getHTMLText } from "https://raw.githubusercontent.com/el3um4s/DenoWiki/master/mod.ts";

Returns the parsed text of the wikitext.

function getHTMLText(wikiPage: WikiParse_Query): string;
§
getHTMLText(wikiPage: WikiParse_Query): string
[src]

§Parameters

§Return Type

§
string
[src]