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

Editor

Bold
Italic
strikethrough
code

Preview

Links

Editor

Preview

Headers

Editor

Header 1

Header 2

Header 3

Preview

Lists

Unordered Lists:

Editor
  • Item 1
  • Item 2
  • Item 3
Preview

Ordered Lists:

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

Code Blocks

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

Blockquotes

Editor

This is a blockquote

Preview

Tables

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

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:

Editor

The quadratic formula is and it solves quadratic equations.

Preview

Display Math:

Editor

Euler's identity:

This is one of the most beautiful equations in mathematics.

Preview

Mixed Content:

Editor

Physics Formulas

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

Preview

Did this answer your question?

Markdown - Decklio Documentation