UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

7 lines (6 loc) 243 B
/** * Remark plugin to handle <br> and <br/> tags in markdown text * This plugin converts <br> and <br/> tags to proper HTML elements * without requiring allowHtml to be enabled */ export declare const remarkBr: () => (tree: any) => void;