UNPKG

markdown-it-regex

Version:

Plugin for markdown-it, replaces strings that match a regular expression pattern.

6 lines (4 loc) 256 B
declare const rendererRule: (tokens: any, idx: any, options: any) => any; declare const coreRuler: (state: any, options: any) => void; declare const regexPlugin: (md: any, options: any) => void; export { coreRuler, regexPlugin as default, rendererRule };