Skip to content

Commit

Permalink
docs: 📝 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed May 5, 2024
1 parent 1579eff commit 58f09f3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
13 changes: 10 additions & 3 deletions docs/advanced_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,16 @@

### Formats

- [x] `mdto`:转换 markdown
- [x] 转换至含有 Unicode 的 PDF(中文)
- [x] 文本转换使用 `pandoc`
- [x] 媒体转换使用 `ffmpeg`

```sh
mdto `文件名` `格式`
# 文本
todocx [文件名]
tohtml [文件名]
topdf [文件名]
totyp [文件名]
# 媒体
tomp3 [文件名]
tomp4 [文件名]
```
13 changes: 10 additions & 3 deletions docs/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

### Formats

- [x] Convert markdown: `mdto`
- [x] to PDF with Unicode (for CJK)
- [x] Text Conversion Using `pandoc`
- [x] Media Conversion Using `ffmpeg`

```sh
mdto `filename` `format`
# text
todocx [filename]
tohtml [filename]
topdf [filename]
totyp [filename]
# media
tomp3 [filename]
tomp4 [filename]
```

0 comments on commit 58f09f3

Please sign in to comment.