Conversation
There was a problem hiding this comment.
Let's avoid adding the .idea folder. We can .idea to the main .gitignore file.
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.
|
Linking it for visibility 😊 flatcar/Flatcar#2022 |
|
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
|
Could you please remove the |
75b28f1 to
9d34850
Compare
sayanchowdhury
left a comment
There was a problem hiding this comment.
Dropped a few comments - it should look exactly how it looks but there is some redundant code which needs to be removed.
|
Sure, on it! |
816edf9 to
d1ed56f
Compare
Signed-off-by: yussaffi <yufi.alam@outlook.com>



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: