INTRO
This project will add spaces between chinese and english to make the preview of Markdown looks better.Such as:
Before:
我觉得markdown很好用。
After:
我觉得 markdown 很好用。
This plugin releases on VS Code Marketplace.
Install it right now!
Features
the . in url won't be replaced with 。
In project pangu-markdown ,the url which contains chinese and english will be destoryed.
Like:
[test](https://github.com/MeatySoda/markdown-cn-en/blob/master/./测试.md)
After formatting,it will become:
[test](https://github.com/MeatySoda/markdown-cn-en/blob/master/./测试。md)
奇怪,刚刚测试。pangu-markdown 又没有这个 bug 了。
-4.14
English in H1 will be replaced with uppercase
Yes,it is.
More
To see in xlthu/pangu-markdown.
How to use
Right Click in editor (In a markdown file) -> Markdown Format
Bug
- 对于中文文本中的
. ,会将第一个. 改为中文。 ,而剩下的不会。此问题同样存在于pangu-markdown 。
- 在中文语境中,
. 不容易被输出,所以这个bug的修复,还有待商榷。
Thanks
xlthu/pangu-markdown
vinta/pangu.js
MIT license
| |