UNPKG

@lobehub/editor

Version:

A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.

9 lines (8 loc) 553 B
export { INSERT_MARKDOWN_COMMAND } from './command'; export { MarkdownPlugin } from './plugin'; export { default as ReactMarkdownPlugin } from './react'; export type { MARKDOWN_READER_LEVEL } from './service/shortcut'; export { IMarkdownShortCutService, MARKDOWN_READER_LEVEL_HIGH, MARKDOWN_READER_LEVEL_NORMAL, MARKDOWN_WRITER_LEVEL_MAX, } from './service/shortcut'; export { isPunctuationChar } from './utils'; export { detectCodeLanguage, detectLanguage } from './utils/detectLanguage'; export { isPureUrl, isValidUrl } from './utils/url-validator';