标签: html github markdown html-entities html-encode
如何在GitHub中的README.md文件中编写©?
©
因此它会显示©,而不是©。
答案 0 :(得分:1)
只需在开头使用&的HTML实体:&
&
&
这会为您提供©
©