Re-exports§
pub use content_parser::TABLE_ANCHOR;pub use content_parser::djot_to_plain_text;pub use djot_options::DjotExportOptions;pub use djot_options::DjotImportOptions;pub use docx_options::DocxExportOptions;pub use docx_options::DocxHeadingStyle;pub use epub_options::EpubExportOptions;pub use image_options::ExportImage;pub use image_options::ExportImages;pub use image_options::HtmlExportOptions;pub use image_options::HtmlImageMode;pub use pdf_options::PdfExportOptions;pub use sentence::Sentence;pub use sentence::sentence_bounds;pub use sentence::sentences;pub use text_options::FORM_FEED;pub use text_options::HTML_PAGE_BREAK_STYLE;pub use text_options::MarkdownExportOptions;pub use text_options::PlainTextExportOptions;pub use text_options::markdown_page_break;pub use word_count::CountMethod;pub use word_count::WordCharCounts;pub use word_count::count;pub use word_count::count_djot;
Modules§
- content_
parser - djot_
options - Per-feature selection for djot import/export.
- docx_
options - Page geometry + base typography for DOCX export.
- epub_
options - Book-level metadata for EPUB export.
- fragment_
schema - image_
options - Image payloads supplied to an export.
- list_
grouper - pdf_
options - Page geometry + typography + font bytes for PDF export (via embedded Typst).
- sentence
- Sentence boundaries — the granularity between a word and a block.
- text_
options - Opt-ins for the two flowing export formats.
- word_
count - Pure word/character counting over
&str— no document, no store, no threads.