Skip to main content

Markdown output

Markdown output is ideal for feeding documents into LLM workflows, wikis, or static sites. It is plain text, so it is easy to post-process.

Generating Markdown

Choose Markdown as the format in the export dialog. The same template drives the structure.

Markdown preview with Compact and Schema controls and a live token count. Markdown preview with Compact and Schema controls and a live token count.

What it includes

Headings, lists, tables and text translate to standard Markdown. Use it to:

  • Paste release notes into a wiki or website — see Releases.
  • Feed issue content to an LLM for summarization or analysis.

Images and tables

Tables render as Markdown tables. Images are referenced by name as [Image: logo.png] rather than embedded — a base64 payload cannot be read by an LLM and would dominate the token count of the export.

Layout

Markdown has no page size, margins or page breaks, so page-setup options do not apply. Use PDF or Word when print layout matters.