hexo-theme-icarus icon indicating copy to clipboard operation
hexo-theme-icarus copied to clipboard

Numbers show different in multiline codeblock snippet

Open D4mianWayne opened this issue 1 year ago • 1 comments

I have been trying to get this theme work with my markdown files and it seems that if the codeblock contains any hex numbers or decimal it just treats it like a one-line code which makes the overall codeblock look uneven. Is there any way to fix this?

To Reproduce Steps to reproduce the behavior, such as:

  1. Create a codeblock using backtick and specify language
  2. Regenerate the files and check locally:

Expected behavior I think it should just treat the integer/hex values as it is in the codeblock.

Screenshots 2023-12-30 20_52_19-Clipboard

Additional context At first, the problem felt like it was related to the syntax/language we want the highlight to be but it doesn't work that way.

D4mianWayne avatar Dec 30 '23 15:12 D4mianWayne

@D4mianWayne I cannot reproduce this with the latest Icarus theme. Can you check whether you are using other code highlight plugins/extensions that may interfere with the code highlighting?

ppoffice avatar Jan 06 '24 04:01 ppoffice

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.

stale[bot] avatar Mar 17 '24 14:03 stale[bot]

Actually it was happening due to collision of some packages, I did a clean install and it was working as expected. Thank you!

D4mianWayne avatar Mar 18 '24 01:03 D4mianWayne