README.md ✕
+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# MarkdownOffice
Your modern, Markdown-first document editor.
## Features
- Markdown is the single source of truth
- Live preview with real-time sync
- Ribbon-style toolbar built with Fluent UI
- Slash commands and inline formatting
- Tables, code blocks, images, links
- Collaboration with comments and presence
## Code Example
```tsx
function hello(name: string) {
return `Hello, ${name}!`;
}
```
## Table
| Feature | Status |
|--------------|--------|
| Live Preview | ✓ Done |
MarkdownOffice
Your modern, Markdown-first document editor.
Features
- Markdown is the single source of truth
- Live preview with real-time sync
- Ribbon-style toolbar built with Fluent UI
- Slash commands and inline formatting
- Tables, code blocks, images, links
- Collaboration with comments and presence
Code Example
tsx
function hello(name: string) { return `Hello, ${name}!`; }
Table
| Feature | Status |
|---|---|
| Live Preview | ✓ Done |