Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CyC2018/Text-Typesetting
:art: 中英混排文档在线排版工具
https://github.com/CyC2018/Text-Typesetting
Last synced: 7 days ago
JSON representation
:art: 中英混排文档在线排版工具
- Host: GitHub
- URL: https://github.com/CyC2018/Text-Typesetting
- Owner: CyC2018
- License: gpl-3.0
- Created: 2018-03-05T04:25:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T11:05:58.000Z (about 1 year ago)
- Last Synced: 2024-10-28T21:31:51.029Z (16 days ago)
- Language: HTML
- Homepage: https://CyC2018.github.io/Text-Typesetting
- Size: 6.98 MB
- Stars: 317
- Watchers: 8
- Forks: 52
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 功能介绍
## 1. 加上适当的空格
在中文和英文数字之间加上空格可以大大提高文档的可读性,例如以下网站就根据了这一原则进行排版:
- [Laravel China](https://laravel-china.org/)
- [Apple](https://www.apple.com/cn/)
- [Microsoft](https://www.microsoft.com/zh-cn/)## 2. 修改简历中技术名词的大小写
例如 java->Java。
该功能目前基于技术名词列表实现,名词数量有限,欢迎添加其它技术名词:https://github.com/CyC2018/Text-Typesetting/blob/gh-pages/public/js/content.js
## 3. 图片引用转换
Markdown 文档可以使用 `![]()` 这种方式来引用图片,但是无法设置大小,只有 `` 才支持设置大小。
过大的图片会造成文档内容过于粗糙,图片大小的选取以图片内的文字和文档文字大约一致为宜。
图片居中显示可以使得文档阅读体验更好,因此除了将图片引用转换为 `img` 标签之外,也会将图片居中显示:`
`