We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6480d commit 4a1d87eCopy full SHA for 4a1d87e
docs/plugins.md
@@ -93,7 +93,13 @@ Configure by `data-ga`.
93
94
## Emoji
95
96
-!> This plugin has been deprecated. Docsify is able to render all GitHub-style emoji without the use of this plugin as of v4.13.
+Renders a larger collection of emoji shorthand codes. Without this plugin, Docsify is able to render only a limited number of emoji shorthand codes.
97
+
98
+!> Deprecated as of v4.13. Docsify no longer requires this plugin for full emoji support.
99
100
+```html
101
+<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
102
+```
103
104
## External Script
105
0 commit comments