我希望复选标记出现在我的 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 |
任何想法为什么这个图标可能不会出现?
谢谢
编辑:上面的例子实际上确实显示了白色复选标记。为了获得更好的参考,请查看此 repo中的 README.md