Files
mmkk/backend/workspace/test.md
guo liwei 9b3f959c3d Initial commit: Markdown editor with file management and regex tools
项目特性:
- 完整的Markdown编辑器,支持实时预览
- 文件管理功能,支持保存/加载/删除文件
- 正则表达式工具,支持批量文本替换
- 前后端分离架构
- 响应式设计

技术栈:
- 前端:React + TypeScript + Vite
- 后端:Python Flask
- Markdown解析:Python-Markdown

包含组件:
- WorkingMarkdownEditor: 基础功能版本
- FullMarkdownEditor: 完整功能版本
- SimpleMarkdownEditor: 简化版本
2025-08-03 06:21:02 +08:00

26 lines
342 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 测试文档
这是一个**测试**Markdown文档用于验证所有功能是否正常。
## 功能测试
- [x] Markdown解析
- [x] 文件操作
- [x] 正则表达式
### 代码块测试
def hello_world():
print('Hello, World\!')
hello_world()
### 数学公式测试
= mc^2$
> 引用测试
**粗体**和*斜体*测试。