UNPKG

md-html-to-pdf

Version:

CLI tool for converting Markdown files or Html files to PDF.

6 lines (5 loc) 193 B
import { Config } from './config'; /** * Generates a HTML document from a markdown string and returns it as a string. */ export declare const getHtml: (md: string, config: Config) => string;