Markdown features that can be exported from Quarto to Confluence
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
Links
Images
](https://quarto.org)
Lists
unordered list
- sub-item 1
- sub-item 2
- sub-sub-item 1
item 2
Continued (indent 4 spaces)
- ordered list
- item 2
- sub-item 1
- sub-sub-item 1
- sub-item 1
- A list whose numbering
continues after
- an interruption
- A list
- 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
Callout blocks
Note that there are five types of callouts, including: note
, tip
, warning
, caution
, and important
.
Other stuff
Blockquote
Spaces and newlines
are preserved
endash: –
emdash: —