UNPKG

markdown-to-standalone-html

Version:

Markdown to standalone HTML converter. It generates a standalone HTML with all CSS and images embedded, browsable responsible TOC, math support (KATEX), code syntax highlighting (highlight.js), and rendering of lyrics with chords

3 lines (2 loc) 119 B
import MarkdownIt from 'markdown-it'; export default function chordsongPlugin(md: MarkdownIt, cssArr: string[]): void;