UNPKG

@diplodoc/transform

Version:

A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML

6 lines (5 loc) 193 B
import { MarkdownItPluginOpts } from '../typings'; declare const collect: (input: string, options: MarkdownItPluginOpts & { singlePage: boolean; }) => string | undefined; export = collect;