Open
Conversation
tormath1
reviewed
Mar 9, 2026
.idea/.gitignore
Outdated
Collaborator
There was a problem hiding this comment.
Let's avoid adding the .idea folder. We can .idea to the main .gitignore file.
Author
There was a problem hiding this comment.
Thanks for sharing @tormath1
With a couple more changes, will stash them before opening the PR for review.
Member
|
Linking it for visibility 😊 flatcar/Flatcar#2022 |
Member
|
Thanks a lot for the PR! The implementation needs to change a bit, currently the copy button is rendered outside of the codeblock - which does not look good in UI terms. It would be better to use a font-awesome icon and place it within. Other thing is we use pygments, but you can switch over to use Hugo's highlight which give much more better themes for the code block. |
6ba5054 to
63efd51
Compare
Member
|
Could you please remove the |
d60df88 to
0d25884
Compare
Signed-off-by: yusuf <yufi.alam@outlook.com> Signed-off-by: yussaffi <yufi.alam@outlook.com>
75b28f1 to
9d34850
Compare
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What this PR does / why we need it:
Introducing a Copy button feature to quickly copy code snippets, reducing friction and saving time.
Which issue(s) this PR fixes:
#2022 -> flatcar/Flatcar#2022
Does this PR introduce a user-facing change?
Enhancing code blocks with distinct background, improving readability and visual clarity.
Special Notes for your Reviewer: