UNPKG

@digitalocean/do-markdownit

Version:

Markdown-It plugin for the DigitalOcean Community.

12 lines (11 loc) 286 B
declare namespace _exports { export { FencePrefixOptions }; } declare const _exports: import('markdown-it').PluginWithOptions<FencePrefixOptions>; export = _exports; type FencePrefixOptions = { /** * String to split fence information on. */ delimiter?: string; };