@lobehub/editor
Version:
A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.
7 lines • 486 B
JavaScript
export { INSERT_MARKDOWN_COMMAND } from "./command";
export { MarkdownPlugin } from "./plugin";
export { default as ReactMarkdownPlugin } from "./react";
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";