feat: 实现 Pandoc DOCX 转换服务
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
title: Pandoc 媒体转换验收
|
||||
author: Markdown PDF 导出器研发组
|
||||
---
|
||||
|
||||
# 可编辑正文
|
||||
|
||||
这段中文正文在 DOCX 中必须继续作为标准文本编辑。
|
||||
|
||||

|
||||
|
||||
```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;
|
||||
```
|
||||
Reference in New Issue
Block a user