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

Usage

import * as denoMarkupTag from "https://raw.githubusercontent.com/kawarimidoll/deno-markup-tag/master/mod.ts";

§Variables

AMP

character reference to &

GT

character reference to >

LT

character reference to <

NBSP

character reference to no-break space

QUOT

character reference to "

§Functions

generateTag

Generate markup tag functions.

sanitize

Sanitize &, <, > and " in string.

tag

Render markup tag.

tagNoVoid

Render markup tag, always add closing tag unlike tag().

tagVoid

Render markup tag, always remove closing tag unlike tag().

§Type Aliases

Attributes