mod history;
mod renderer;
mod search;
pub mod text_buffer;
pub mod theme;
mod vim;
mod wrap_engine;
mod editor;
pub use editor::{
CursorPolicy, MarkdownEditorOpts, ThemeGalleryItem, open_markdown_editor,
open_markdown_editor_on_terminal, open_markdown_editor_with_content,
};
pub use theme::{EditorTheme, HighlightFn};