UNPKG

@diplodoc/transform

Version:

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

9 lines (8 loc) 285 B
import type { PluginWithOptions } from 'markdown-it'; import { CheckboxOptions } from './checkbox'; /** * Checkbox plugin for markdown-it. * Forked from https://github.com/mcecot/markdown-it-checkbox */ declare const checkbox: PluginWithOptions<CheckboxOptions>; export = checkbox;