-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Head Style Tag didn't load #1783
New issue
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
Comments
Oh... But here... So I have to use the 2 full-width spaces ( ,  ) to make indent. I think that it has produced by GitHub Pages, or because I'm in Chinese Mainland, then... Wait, I've put the You can look at these file and check the problems below: |
@sy-records Thank you very much! |
But I want to let the /zh-cn/ become a child folder, not main folder, the main folder is en-us. Hmm, has this caused by "fallbackLanguages", its value is: |
you should add it to /index.html and handle the style according to the language. |
It doesn't give attention to the How to do this? Add the Or use below? I don't want the English text indents, I only want the Chinese text indents I don't want the English text indents, I only want the Chinese text indents I don't want the English text indents, I only want the Chinese text indents <style type="text/css>
/* But this is not very good, because when I use below: */
/*
<p class="zh-cn">**内容**</p>
*/
/* It won't render the markdown text. */
p .zh-cn{
text-indent: 2em;
}
</style> So, what can I do? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Bug Report
I wanted to add some style to my document, then I input this to the
index.html
.But it didn't make text indent.
What's the matter? Why?
I can't understand.
Bug does still occur when all/other plugins are disabled?
Your OS: Windows 11
Node.js version: ?
npm/yarn version: ?
Browser version: MS Edge Current
Docsify version: Current
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: