Skip to main content

Module convert

Module convert 

Source
Expand description

Bidirectional conversion between markdown and Atlassian Document Format.

Supports Tier 1 (standard GFM) constructs: headings, paragraphs, inline marks (bold, italic, code, strikethrough, links), images, lists, code blocks, blockquotes, horizontal rules, and tables.

Structs§

RenderOptions
Options for ADF-to-markdown rendering.

Functions§

adf_to_markdown
Converts an ADF document to a markdown string.
adf_to_markdown_with_options
Converts an ADF document to a markdown string with options.
markdown_to_adf
Converts a markdown string to an ADF document.