feat: 实现 Pandoc DOCX 转换服务

This commit is contained in:
SkyJourney
2026-07-30 15:05:50 +08:00
parent fa159d916f
commit bf43433d38
32 changed files with 2908 additions and 61 deletions
@@ -0,0 +1,37 @@
---
title: Pandoc 媒体转换验收
author: Markdown PDF 导出器研发组
---
# 可编辑正文
这段中文正文在 DOCX 中必须继续作为标准文本编辑。
![普通图片](ignored-original-image.png)
```mermaid
flowchart LR
A[开始] --> B[结束]
```
```echarts
version: 1
option:
xAxis:
type: category
data: [一月, 二月]
yAxis:
type: value
series:
- type: bar
data: [10, 20]
```
| 项目 | 结果 |
| --- | --- |
| 文本 | 可编辑 |
| 媒体 | PNG |
```typescript
export const editable = true;
```