ConversionOptions

ConversionOptions

Overview

ConversionOptions is a class in Aspose.Words for Python.

Options for controlling DOCX to Markdown conversion.

Properties

NameTypeAccessDescription
heading_styleHeadingStyleReadDefines the markdown heading syntax (e.g., ATX or Setext) used during export
list_markerListMarkerReadSets the character(s) used for unordered list items in markdown
code_block_styleCodeBlockStyleReadSelects the markdown code block delimiter style (fenced or indented)
export_underlineboolReadIndicates whether underline formatting is rendered in the output
export_strikethroughboolReadIndicates whether strikethrough formatting is rendered in the output
export_headers_footersboolReadControls whether document headers and footers are included in the export
preserve_emphasisboolReadDetermines if original emphasis markers (bold/italic) are kept unchanged
table_pipe_styleboolReadUses pipe characters for markdown table column separators
wrap_widthOptional[int]ReadSets the maximum line length for wrapped text; None disables wrapping
escape_special_charsboolReadEnables escaping of markdown‑reserved characters in the output