Essential Guide

Markdown in Cards

Decklio supports Markdown syntax in text cards, including LaTeX mathematical expressions, allowing you to create beautifully formatted content with headers, lists, formulas, and more.

Text Formatting

Bold
Italic
strikethrough
code

Links

Headers

Header 1

Header 2

Header 3

Lists

Unordered Lists:

  • Item 1
  • Item 2
  • Item 3

Ordered Lists:

  1. First item
  2. Second item
  3. Third item

Code Blocks

function hello() {
  console.log("Hello, World!");
}

Blockquotes

This is a blockquote

Tables

Column 1Column 2Column 3
Data 1Data 2Data 3
Data 4Data 5Data 6

Mathematical Formulas (LaTeX)

Text cards now support LaTeX syntax for mathematical expressions. Use single dollar signs for inline math and double dollar signs for display math.

Inline Math:

The quadratic formula is and it solves quadratic equations.

Display Math:

Euler's identity:

This is one of the most beautiful equations in mathematics.

Mixed Content:

Physics Formulas

Newton's Second Law:
The force acting on an object is equal to its mass times its acceleration :

Did this answer your question?

Markdown - Decklio Documentation