-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
Fix code snippets coloring macOS and Linux #7495
Fix code snippets coloring macOS and Linux #7495
Conversation
72ea4bf
to
24156cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @YorickdeJong it looks awesome! I've done some cleanup to make cargo
and the CI checks happy. I've left a comment 👍
Thanks again 🙏
Btw, you need to open a separate PR to accept the contributor's license agreement, otherwise, we won't be able to merge your PR.
|
Head branch was pushed to by a user without write access
6d983c3
to
022dae0
Compare
Looks good. We need to do some cleanup of the commits before we can proceed:
Let me know if you need help along the way 👍 |
c48f42b
to
ec093ef
Compare
I've done some small modifications to the PR to make the CI checks pass, but there is an issue with |
4341658
to
1ad29f3
Compare
1ad29f3
to
82bb6a9
Compare
Will get merged through #7731 Thanks again @YorickdeJong for your help with this one!! 🙏 |
Current behavior
Coloring of code snippets for macOS and Linux was not working
Proposed changes
I have added a default background of dark when the background of the terminal cannot be determined. Furthermore, a syntect to ansi function has been added for better code coloring in /ockam_command/docs.rs
Checks