UNPKG

remark-blockquote-alerts

Version:

A remark plugin to add custom classes to blockquotes with titles like 'Note' and 'Warning,' highlighting important information in markdown content.

4 lines (3 loc) 135 B
import { Node } from 'unist'; declare const remarkBlockquoteAlerts: () => (tree: Node) => void; export default remarkBlockquoteAlerts;