We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any couple of colons gets emojified.
Namespace::SubNameSpace::Class hh:mm:ss :one::two:
It will create a string like this without the emoji plugin:
Namespace:<img class="emoji" src="https://github.githubassets.com/images/icons/emoji/SubNameSpace.png alt="SubNameSpace" />:Class hh<img class="emoji" src="https://github.githubassets.com/images/icons/emoji/mm.png alt="mm" />ss
with the emoji plugin:
Namespace::SubNameSpace::Class hh:mm:ss
without:
Bug does still occur when all/other plugins are disabled?
Your OS:
Node.js version:
npm/yarn version:
Browser version:
Docsify version: 4.12.2
Docsify plugins: none
The text was updated successfully, but these errors were encountered:
see https://docsify.js.org/#/configuration?id=noemoji
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Any couple of colons gets emojified.
Steps to reproduce
Namespace::SubNameSpace::Class hh:mm:ss :one::two:
What is current behaviour
It will create a string like this without the emoji plugin:
What is the expected behaviour
with the emoji plugin:
without:
Namespace::SubNameSpace::Class hh:mm:ss :one::two:
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS:
Node.js version:
npm/yarn version:
Browser version:
Docsify version: 4.12.2
Docsify plugins: none
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
The text was updated successfully, but these errors were encountered: