UNPKG

@wordpress/blocks

Version:
13 lines 322 B
/** * External dependencies */ /** * Converts a piece of text into HTML based on any Markdown present. * Also decodes any encoded HTML. * * @param text The plain text to convert. * * @return HTML. */ export default function markdownConverter(text: string): string; //# sourceMappingURL=markdown-converter.d.ts.map