UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

7 lines (6 loc) 225 B
import MarkdownIt from 'markdown-it'; export interface CalloutPluginOptions { enable?: boolean; } export declare function calloutPlugin(md: MarkdownIt, options?: CalloutPluginOptions): void; export default calloutPlugin;