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
在 https://vonng.github.io/ddia/#/ch10 中的
日志的这一行表明在 2015 年 2 月 27 日 17:55:11 UTC
其中 :55: 被解析为了 <img class="emoji" src="https://github.githubassets.com/images/icons/emoji/55.png" alt="55">
:55:
<img class="emoji" src="https://github.githubassets.com/images/icons/emoji/55.png" alt="55">
可以把 17:55:11 变为 `17:55:11`
也可以禁用 emoji 解析 window.$docsify = { noEmoji: true };,参考 docsifyjs/docsify#853
window.$docsify = { noEmoji: true };
The text was updated successfully, but these errors were encountered:
update a translation mentioned in #292
f4219db
采用了更新译文的方法,谢谢发现问题!
Sorry, something went wrong.
No branches or pull requests
问题描述
在 https://vonng.github.io/ddia/#/ch10 中的
日志的这一行表明在 2015 年 2 月 27 日 17:55:11 UTC
其中
:55:
被解析为了<img class="emoji" src="https://github.githubassets.com/images/icons/emoji/55.png" alt="55">
解决方法
可以把 17:55:11 变为 `17:55:11`
也可以禁用 emoji 解析
window.$docsify = { noEmoji: true };
,参考 docsifyjs/docsify#853The text was updated successfully, but these errors were encountered: