Files
mytoolkit/templates/md-to-docx/default/demo.md
T
Zhengshou Lai 2791a785ff feat: add document conversion templates
Add md-to-pdf and md-to-docx templates for mytoolkit convert command.
Migrated from workspace/templates.
2026-05-06 00:11:37 +08:00

32 lines
686 B
Markdown

# 示例文档
这是一份使用默认 Word 模板生成的示例文档,展示基础排版效果。
## 二级标题
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
### 三级标题
- 无序列表项一
- 无序列表项二
- 无序列表项三
1. 有序列表项一
2. 有序列表项二
3. 有序列表项三
**粗体文字***斜体文字* 的混排效果。
> 这是一段引用文本,用于展示引用样式。
---
## 表格
| 姓名 | 单位 | 职称 |
|------|------|------|
| 张三 | 中山大学 | 教授 |
| 李四 | 清华大学 | 副教授 |
| 王五 | 北京大学 | 讲师 |