feat: add document conversion templates

Add md-to-pdf and md-to-docx templates for mytoolkit convert command.
Migrated from workspace/templates.
This commit is contained in:
Zhengshou Lai
2026-05-06 00:11:37 +08:00
parent dea83774a5
commit 2791a785ff
18 changed files with 20018 additions and 0 deletions
Binary file not shown.
+31
View File
@@ -0,0 +1,31 @@
# 示例文档
这是一份使用默认 Word 模板生成的示例文档,展示基础排版效果。
## 二级标题
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
### 三级标题
- 无序列表项一
- 无序列表项二
- 无序列表项三
1. 有序列表项一
2. 有序列表项二
3. 有序列表项三
**粗体文字***斜体文字* 的混排效果。
> 这是一段引用文本,用于展示引用样式。
---
## 表格
| 姓名 | 单位 | 职称 |
|------|------|------|
| 张三 | 中山大学 | 教授 |
| 李四 | 清华大学 | 副教授 |
| 王五 | 北京大学 | 讲师 |
Binary file not shown.