@wordpress/blocks
Version:
Block API for WordPress.
13 lines • 322 B
TypeScript
/**
* 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