FormaText
Complete
Tools
Export
Source Editor
-
12
+
# Welcome to FormaText ## Advanced Markdown Support ### Fenced Code Blocks ```bash echo "Hello from auto-corrected bash!" ``` ```python def greet(name): return f"Hello, {name}!" ``` ### Task Lists - [x] Implement Advanced Parser - [ ] Add real-time collaboration - [x] Fix hydration errors ### Tables | Feature | Status | Priority | |:---|:---:|---:| | MathJax | Supported | High | | Tables | Supported | Med | | PDF | Supported | High | ### Footnotes & Strikethrough This is a strikethrough text ~~oops~~. And here is a footnote reference[^1]. [^1]: This is the footnote definition at the bottom. ### Math Notation When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$
Live Preview