|
9 | 9 | - **Undo/Redo** - Ctrl+Z / Ctrl+Y support |
10 | 10 | - **Syntax highlighting** for code blocks (50+ languages) |
11 | 11 | - **Copy code blocks** - One-click copy button on hover |
| 12 | +- **LaTeX/Math rendering** - Beautiful mathematical equations with MathJax |
12 | 13 |
|
13 | 14 | ### Organization |
14 | 15 | - **Folder hierarchy** - Organize notes in nested folders |
|
82 | 83 | - **Live highlighting** - Highlights update as you type or edit |
83 | 84 | - **Fast indexing** - Instant search across notes |
84 | 85 |
|
| 86 | +## 🧮 Math & LaTeX Support |
| 87 | + |
| 88 | +### Mathematical Notation |
| 89 | +- **Inline math** - Use `$...$` or `\(...\)` for equations within text |
| 90 | +- **Display math** - Use `$$...$$` or `\[...\]` for centered equations |
| 91 | +- **Full LaTeX support** - Powered by MathJax 3 |
| 92 | +- **Greek letters** - `\alpha`, `\beta`, `\Gamma`, etc. |
| 93 | +- **Matrices** - `\begin{bmatrix}...\end{bmatrix}` |
| 94 | +- **Calculus** - Integrals, derivatives, limits |
| 95 | +- **Symbols** - All standard mathematical symbols |
| 96 | +- **Theme-aware** - Math colors adapt to your theme |
| 97 | + |
| 98 | +### Example |
| 99 | +```markdown |
| 100 | +Einstein's equation: $E = mc^2$ |
| 101 | + |
| 102 | +The quadratic formula: |
| 103 | +$$ |
| 104 | +x = \frac{-b \pm \sqrt{b^2-4ac}}{2a} |
| 105 | +$$ |
| 106 | +``` |
| 107 | +Einstein's equation: $E = mc^2$ |
| 108 | + |
| 109 | +The quadratic formula: |
| 110 | +$$ |
| 111 | +x = \frac{-b \pm \sqrt{b^2-4ac}}{2a} |
| 112 | +$$ |
| 113 | + |
| 114 | +📄 **See the [MATHJAX](MATHJAX.md) note for more examples and syntax reference.** |
| 115 | + |
85 | 116 | ## ⚡ Keyboard Shortcuts |
86 | 117 |
|
87 | 118 | | Windows/Linux | Mac | Action | |
|
0 commit comments