UNPKG

@digitalocean/do-markdownit

Version:

Markdown-It plugin for the DigitalOcean Community.

12 lines (11 loc) 281 B
declare namespace _exports { export { FenceLabelOptions }; } declare const _exports: import('markdown-it').PluginWithOptions<FenceLabelOptions>; export = _exports; type FenceLabelOptions = { /** * Class name to use on the label div. */ className?: string; };