Markdown 编辑器与实时预览
仅本地处理在浏览器本地编写、检查、预览并导出专业 Markdown 文档。
1/12
---
title: A private Markdown workspace
description: A complete example document for Nobuf
author: Nobuf
tags:
- markdown
- documentation
draft: false
---
# Markdown Editor & Preview
Write technical documents, README files, notes, and articles without uploading anything.
## What you can do
| Feature | Status | Notes |
| :--- | :---: | ---: |
| Live preview | ✅ | Local |
| Task lists | ✅ | Interactive |
| Math & diagrams | ✅ | On demand |
- [x] Open the example
- [ ] Edit some **Markdown**
- [ ] Export a clean document
> Your document remains in this browser. Remote images are blocked by default.
### Code
```ts
interface Document {
title: string
private: true
}
```
### Math
Inline math looks like $E = mc^2$.
$$
\int_0^1 x^2 \, dx = \frac{1}{3}
$$
### Mermaid
```mermaid
flowchart LR
Write --> Preview
Preview --> Export
```
Read the [CommonMark specification](https://commonmark.org/). This sentence has a footnote.[^local]
[^local]: Parsing, rendering, saving, and exporting happen locally.
实时预览
0.0 毫秒
当前文档为空
在编辑器中开始输入,即可看到私密的实时预览。
Markdown、图片、历史与导出都保留在当前浏览器中。远程图片:已阻止