UNPKG

@diplodoc/transform

Version:

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

6 lines (5 loc) 155 B
import type { MarkdownItPreprocessorCb } from '../../typings'; declare const index: MarkdownItPreprocessorCb<{ included?: boolean; }>; export = index;