Expand description
Markdown renderer and parser for OOXML IR.
Re-exports§
pub use parse::ParseError;pub use parse::ParseOptions;pub use parse::parse_document;pub use parse::parse_document_with_options;
Modules§
- parse
- Markdown parser that reconstructs OOXML IR from rendered markdown.
Structs§
- Render
Include Options - Optional sections to include in markdown output.
- Render
Options - Options controlling markdown rendering behavior.
- Render
Table Options - Table-specific markdown rendering switches.
Enums§
- Markdown
Profile - Markdown output profile.
Functions§
- render_
document - Render a full OOXML document to Markdown.
- render_
document_ with_ options - Render a full OOXML document to Markdown with explicit options.