Markdown features that can be exported from Quarto to Confluence

confluence
productivity
quarto
Published

April 24, 2024

Previously I did a test to export content from Quarto to Confluence. It worked, and very well! You can read about that here: Markdown features that can be exported from Quarto to Confluence

With this page I test many of the features of Quarto, to see which ones will import. It works surprisingly well. The only major thing that didn’t work is raw content - the iframe below didn’t work. Also including Mermaid Diagrams didn’t work. Pretty much everything else did.

Markdown features

These tests are from the Markdown Basics page.

Basic formatting

italics, bold, bold italics

superscript2 / subscript2

strikethrough

verbatim code

Headers

Header 1

Header 2

Header 3

Header 4

Header 5

Images

](https://quarto.org)

Lists

  • unordered list

    • sub-item 1
    • sub-item 2
      • sub-sub-item 1
  • item 2

    Continued (indent 4 spaces)

  1. ordered list
  2. item 2
    1. sub-item 1
      1. sub-sub-item 1
  1. A list whose numbering

continues after

  1. an interruption
  1. A list
  1. Followed by another list
A term
This is the definition

Tables

Right Left Default Center
12 12 12 12
123 123 123 123
1 1 1 1

Code

# This is an example of Python code
1 + 1

Raw content

This inserts an iframe:

Equations

display math:

\[E = mc^{2}\]

Mermaid diagrams

flowchart LR
  A[Hard edge] --> B(Round edge)
  B --> C{Decision}
  C --> D[Result one]
  C --> E[Result two]

Callout blocks

Note

Note that there are five types of callouts, including: note, tip, warning, caution, and important.

Other stuff

Blockquote

Line Block
  Spaces and newlines
  are preserved

endash: –

emdash: —