-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Breaking change on v4.8.* #681
Comments
Please update to |
Yup, same broken behaviour 😢 |
According to https://marked.js.org/#/README.md#specifications`marked` is following CommonMark. Space in link is not supported as per the specs. Alternatively, for now, you could use @QingWei-Li I guess we need to make a decision on whether or not to add support for space in link in Docsify. |
@cheng-kang I think we should follow the rules. @dialex About the sidebar, You should split the line between the html tag and the markdown content. I don't think this is a bug in docsify, it will also render errors on github. |
@cheng-kang I followed your tip and replaced As for the sidebar, you were right, it just needed a newline between the html code and the markdown. Amazing, thanks a lot! 👍 |
@dialex sorry, this should do the trick: Will resolve the issue ASAP. |
@extrapixel I think both are closed because they are fixed. Have you tried latest version? Regarding background colour, the case here is different. |
@cheng-kang yes, using the latest version. And no, for me it's exactly as described here by @dialex . Buttons not rendering, (custom) background-colon not showing. |
@extrapixel if you use the latest Docsify (v4.8.4) and change the background colour declaration to something like:
Give it a try! I'll close this issue because it's fixed for me. |
It's not fixed. If you want to fix it, at least update the documentation: https://docsify.js.org/#/cover?id=custom-background |
I'm still not sure if @cheng-kang code snippet is the new way of setting a bkg colour or just a workaround. Anyway you're right, I could do a PR, here it is #724 |
@extrapixel have you tried the latest version? I remember there was a fix released, and just checked |
Of course, I'm on the head of unpkg.
What is expected? I expect to be able to set a custom background colour. I expect do be able to disable to ugly random colours. I expect it to be documented in the docs. I don't see any of it. |
@extrapixel chill... Because I just tested again, created a new project with
Do you have a link for me to check? |
@timaschew , It used to be like this ![color](linear-gradient(to left bottom, #F0FD37 0%, #ACF260 100%)) But then
Do we still need to use that workaround? Or is there a markdown way to do it? I don't see that feature listed in the official doc anymore. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is my live website. Now it's fine because I've fixed docsify's version on
4.7.1
. However, if I change to4.8.*
several issues occur:I've already compared my index.html with the latest template and it looks fine. I have no idea what causes that. Examples below.
4.7.1 (ok):
4.8.0 (not ok):
4.8.0 (broken sidebar):
Thoughts?
The text was updated successfully, but these errors were encountered: