UNPKG

@diplodoc/transform

Version:

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

5 lines (4 loc) 194 B
import type { MarkdownItPluginCb } from '../typings'; import type { YfmTablePluginOptions } from './types'; declare const yfmTable: MarkdownItPluginCb<YfmTablePluginOptions>; export = yfmTable;