Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

样式出现了奇怪的问题 #17

Closed
huangjj27 opened this issue Apr 2, 2017 · 2 comments
Closed

样式出现了奇怪的问题 #17

huangjj27 opened this issue Apr 2, 2017 · 2 comments

Comments

@huangjj27
Copy link

huangjj27 commented Apr 2, 2017

审查文本内容时发现从这里开始就没有了样式渲染
这是第一处渲染不正常的地方(15行)
协助指出翻译问题,__请[发 Issue](https://github.com/ryanhanwu/smartquestions/issues/new),或直接[发 Pull Request](https://github.com/ryanhanwu/smartquestions/compare/) 给我。__

后面也有很多, 例如75行:
这是件**_好事_**;
斜体和粗体出渲染了, 但是却还是吧**标记当成是字符

参考GFM风格差异问题后, 认为是下划线的问题, 将部分下划线改成星号后问题依然没有解决.

@huangjj27
Copy link
Author

huangjj27 commented Apr 2, 2017

经过测试, 确认是github的渲染的中文渲染问题, 无法解决
测试用例

_斜体不加粗_
__加粗不斜体__
**_加粗斜体_**

*斜体不加粗*
**加粗不斜体**
***加粗斜体***

_italic_
__bold__
**_italic&bold_**

*italic*
**bold**
***italic&bold***

效果:

斜体不加粗
加粗不斜体
加粗斜体

斜体不加粗
加粗不斜体
加粗斜体

italic
bold
italic&bold

italic
bold
italic&bold

@huangjj27
Copy link
Author

问题已经提交到GFM项目, 详看这里: github/markup#1040

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant