We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a32fb7 commit e2506d3Copy full SHA for e2506d3
docs/emoji.md
@@ -790,6 +790,8 @@ Below is a complete list of emoji shorthand codes. Docsify can be configured to
790
791
:cop: `:cop:`
792
793
+:copilot: `:copilot:`
794
+
795
:copyright: `:copyright:`
796
797
:coral: `:coral:`
src/core/render/emoji-data.js
@@ -399,6 +399,7 @@ export default {
399
"cookie": "unicode/1f36a.png?v8",
400
"cool": "unicode/1f192.png?v8",
401
"cop": "unicode/1f46e.png?v8",
402
+ "copilot": "copilot.png?v8",
403
"copyright": "unicode/00a9.png?v8",
404
"coral": "unicode/1fab8.png?v8",
405
"corn": "unicode/1f33d.png?v8",
0 commit comments