*: normalize colons (#7913)

This commit is contained in:
Seth Falco
2022-03-27 07:25:15 +02:00
committed by GitHub
parent f63fedd585
commit 27ff55fc2e
88 changed files with 144 additions and 144 deletions

View File

@@ -7,7 +7,7 @@
`textutil -info {{foo.rtf}}`
-`foo.rtf` 转换为 `foo.html`:
-`foo.rtf` 转换为 `foo.html`
`textutil -convert {{html}} {{foo.rtf}}`
@@ -15,10 +15,10 @@
`textutil {{foo.rtf}} -convert {{txt}}`
-`foo.txt` 转换为 `foo.rtf`, 字体使用 Times 字号 10:
-`foo.txt` 转换为 `foo.rtf`, 字体使用 Times 字号 10
`textutil -convert {{rtf}} -font {{Times}} -fontsize {{10}} {{foo.txt}}`
- 加载当前目录中的所有 RTF 文件,连接其内容,并将结果作为 `index.html` 写入HTML 标题设置为"多个文件":
- 加载当前目录中的所有 RTF 文件,连接其内容,并将结果作为 `index.html` 写入HTML 标题设置为"多个文件"
`textutil -cat {{html}} -title "多个文件" -output {{index.html}} *.rtf`