Skip to main content
Module

x/charmd/renderer.ts>Options

A simple, extendable markdown renderer for your terminal.
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/charmd@v0.0.1/renderer.ts";

Options for the processing and rendering of the markdown

Properties

optional
extensions: Extension[]
optional
tableBorder: boolean
optional
listIcons: string[]
optional
mdast: { encoding?: any; options?: MdastOptions; }

UNSTABLE: The AST generator may change in the future.

Currently https://github.com/syntax-tree/mdast-util-from-markdown is used as the AST generator