Skip to main content
Module

x/charmd/mod.ts>Node

A simple, extendable markdown renderer for your terminal.
Go to Latest
type alias Node
import { type Node } from "https://deno.land/x/charmd@v0.0.1/mod.ts";
definition: { type: string; value: any; children?: Node[]; kind?: string; ordered?: boolean; tabed?: boolean; depth?: number; url?: string; alt?: string; lang?: string; label?: string; title?: string; listLevel?: number; start?: number; spread?: boolean; }