- Add del selector to strikethrough CSS for react-markdown compatibility - Create ReadonlyContent using react-markdown + lowlight + content-editor.css - Export from editor module index Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
306 B
TypeScript
12 lines
306 B
TypeScript
export {
|
|
ContentEditor,
|
|
type ContentEditorProps,
|
|
type ContentEditorRef,
|
|
} from "./content-editor";
|
|
export {
|
|
TitleEditor,
|
|
type TitleEditorProps,
|
|
type TitleEditorRef,
|
|
} from "./title-editor";
|
|
export { copyMarkdown } from "./utils/clipboard";
|
|
export { ReadonlyContent } from "./readonly-content";
|