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:
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user