Cookie Settings

Decklio uses cookies to enhance your experience and analyze our traffic. Accept all cookies for the best experience, or use essential cookies only. For more details, see our:

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

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 x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a} and it solves quadratic equations.

Display Math:

Euler's identity:

eiπ+1=0e^{i\pi} + 1 = 0

This is one of the most beautiful equations in mathematics.

Mixed Content:

Physics Formulas

Newton's Second Law:
The force FF acting on an object is equal to its mass mm times its acceleration aa:
F=maF = ma

Did this answer your question?