UNPKG

@diplodoc/transform

Version:

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

7 lines (6 loc) 197 B
import type { MarkdownItPluginCb } from '../typings'; declare type NotesPluginParams = { notesAutotitle: boolean; }; declare const index: MarkdownItPluginCb<NotesPluginParams>; export = index;