Skip to main content

Crate officemd_markdown

Crate officemd_markdown 

Source
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§

RenderIncludeOptions
Optional sections to include in markdown output.
RenderOptions
Options controlling markdown rendering behavior.
RenderTableOptions
Table-specific markdown rendering switches.

Enums§

MarkdownProfile
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.