【发布时间】:2015-01-08 19:20:01
【问题描述】:
我希望复选标记出现在我的 github README.md 文件的表格单元格中。问题是,:white_check_mark: 不是采用白色复选标记的形式,而是将原始文字留在表格中。
这是表格的完整降价
| Property | Type | Null | Description |
| -------- | ---- | ---- | ----------- |
| subject | string | | Message subject |
| body_excerpt | string | | Short excerpt of the message body |
| to | list | :white_check_mark: | Names and emails of the message recipients |
| cc | list | :white_check_mark: | Names and emails of the message recipients who were CC'd |
知道为什么这个图标可能不会出现吗?
谢谢
编辑:上面的例子确实显示了白色的复选标记。如需更好的参考,请查看this repo中的README.md
【问题讨论】:
-
奇怪。我已经复制/粘贴了您的代码。它可以在 README.md 文件、问题评论甚至 wiki 页面中正确显示。您能否向我们提供一个公共仓库的链接,其中 README.md 文件不工作?
-
查看this repo 中的README.md。我很困惑是什么导致它破坏了表情符号。
标签: github markdown github-flavored-markdown