Update README.md

This commit is contained in:
CyC2018 2019-03-02 14:55:37 +08:00 committed by GitHub
parent 9f1571a1b5
commit e0818e1c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,15 +105,15 @@
笔记内容按照 [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines) 进行排版,以保证内容的可读性。
不使用 `![]()` 这种方式来引用图片,而是用 `<img>` 标签。一方面是为了能够控制图片以合适的大小显示,另一方面是因为 GFM 不支持 `<center> ![]() </center>` 让图片居中显示,只能使用 `<div align="center"> <img src=""/> </div>` 达到居中的效果。
不使用 `![]()` 这种方式来引用图片,而是用 `<img>` 标签。一方面是为了能够控制图片以合适的大小显示,另一方面是因为 [GFM](https://github.github.com/gfm/) 不支持 `<center> ![]() </center>` 这种方法让图片居中显示,只能使用 `<div align="center"> <img src=""/> </div>` 达到居中的效果。
我将自己实现的文档排版功能放在 Github Page 中,无需下载安装即可免费使用[Text-Typesetting](https://github.com/CyC2018/Text-Typesetting)。
在线排版工具[Text-Typesetting](https://github.com/CyC2018/Text-Typesetting)。
### 上传方案
我在本地使用为知笔记软件进行书写,为了方便将本地笔记内容上传到 Github 上实现了一整套自动化上传方案包括提取图片、Markdown 文档转换、Git 同步。进行 Markdown 文档转换是因为 Github 使用的 GFM 不支持 MathJax 公式和 TOC 标记,所以需要替换 MathJax 公式为 CodeCogs 的云服务和重新生成 TOC 目录。
我将自己实现文档转换功能提取出来,方便大家在需要将本地 Markdown 上传到 Github或者制作项目 README 文档时生成目录时使用[GFM-Converter](https://github.com/CyC2018/GFM-Converter)。
GFM 转换工具[GFM-Converter](https://github.com/CyC2018/GFM-Converter)。
### License