完善 README.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
ddef866276
commit
a54cedef69
14
README.md
14
README.md
|
@ -1,3 +1,15 @@
|
|||
# SpaceMarkdown
|
||||
|
||||
在 Markdown 文件的中英文之间插入空格。
|
||||
SpaceMarkdown 工具用于在 Markdown 文件的中英文之间插入空格,实现文档的格式化。
|
||||
|
||||
## 1.构建方法
|
||||
|
||||
```bash
|
||||
go build
|
||||
```
|
||||
|
||||
## 2.使用方法
|
||||
|
||||
```bash
|
||||
SpaceMarkdown -i <input markdown file> -o <output markdown file>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue