UNPKG

foremark

Version:

A technology for writing semi-plain text documents that extends upon the concept of Markdeep.

6 lines (5 loc) 193 B
import { TransformHtmlWithContext } from '../utils/dom'; /** * Replace nestable block elements. */ export declare function replaceBlocks(html: string, ctx: TransformHtmlWithContext): string;