UNPKG

@digitalocean/do-markdownit

Version:

Markdown-It plugin for the DigitalOcean Community.

12 lines (11 loc) 296 B
declare namespace _exports { export { HtmlCommentOptions }; } declare const _exports: import('markdown-it').PluginWithOptions<HtmlCommentOptions>; export = _exports; type HtmlCommentOptions = { /** * If the end of a comment must be explicitly found. */ strict?: boolean; };