UNPKG

@diplodoc/transform

Version:

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

7 lines (6 loc) 178 B
import { MarkdownItPluginCb } from '../typings'; interface Options { extractChangelogs?: boolean; } declare const changelog: MarkdownItPluginCb<Options>; export = changelog;