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§
- Render
Options - 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.