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
[Link to Google](https://www.google.com)
Headers
Header 1
Header 2
Header 3
Lists
Unordered Lists:
- Item 1
- Item 2
- Item 3
Ordered Lists:
- First item
- Second item
- Third item
Code Blocks
```javascript function hello() { console.log("Hello, World!"); } ```
Blockquotes
This is a blockquote
Tables
| Column 1 | Column 2 | Column 3 | |----------|----------|----------| | Data 1 | Data 2 | Data 3 | | Data 4 | Data 5 | Data 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 = \frac{-b \pm \sqrt{b^2-4ac}}{2a}$ and it solves quadratic equations.
Display Math:
Euler's identity: $$e^{i\pi} + 1 = 0$$ This is one of the most beautiful equations in mathematics.
Mixed Content:
# Physics Formulas **Newton's Second Law:** The force $F$ acting on an object is equal to its mass $m$ times its acceleration $a$: $$F = ma$$