@digitalocean/do-markdownit
Version:
Markdown-It plugin for the DigitalOcean Community.
12 lines (11 loc) • 308 B
TypeScript
declare namespace _exports {
export { FenceSecondaryLabelOptions };
}
declare const _exports: import('markdown-it').PluginWithOptions<FenceSecondaryLabelOptions>;
export = _exports;
type FenceSecondaryLabelOptions = {
/**
* Class name to use on the label div.
*/
className?: string;
};