@forwardimpact/libformat
v0.1.12
Published
Render markdown to ANSI or HTML — formatted output in any surface without losing structure.
Maintainers
Readme
libformat
Render markdown to ANSI or HTML — formatted output in any surface without losing structure.
Getting Started
import { createHtmlFormatter, createTerminalFormatter } from '@forwardimpact/libformat';
const fmt = createTerminalFormatter();
console.log(fmt.format('**hello**'));