@digitalocean/do-markdownit
Version:
Markdown-It plugin for the DigitalOcean Community.
16 lines (15 loc) • 358 B
TypeScript
declare namespace _exports {
export { PrismJsOptions };
}
declare const _exports: import('markdown-it').PluginWithOptions<PrismJsOptions>;
export = _exports;
type PrismJsOptions = {
/**
* String to split fence information on.
*/
delimiter?: string;
/**
* Whether to log errors to the console.
*/
logging?: boolean;
};