UNPKG

@types/markdown-it

Version:
8 lines (6 loc) 191 B
/** * List of valid html blocks names, according to commonmark spec * @see https://spec.commonmark.org/0.30/#html-blocks */ declare const htmlBlocks: string[]; export default htmlBlocks;