You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the code indent problem, I think that may be the problem of Hugo's Markdown rendering engine blackfriday. So perhaps you should submit an issue there or in Hugo.
For code highlighting theme, you can easily customize that.
Run the following command (modify monokai to the name of the theme you choose).
~/blog $ hugo gen chromastyles --style=monokai > light/dark.scss
Move the generated light.scss file to ~/blog/assets/scss/_common/_highlight/ directory, which will override MemE’s light.scss.
Similarly, change light.scss to dark.scss if you want to customize MemE’s code highlighting theme for dark mode. In addition, be sure to replace all .chroma in the dark.scss file with .chroma-dark.
HI:
It's me again.....And I found a bug , it makes me confuse....
here is my blog : HomePage
here is the situation:
when I texted a code block after a ordered list / unordered list, the code indent will be something wrong....
But when I delete the ordered list , everything will be fine?????
And I also want to know how to change the code theme....
Thx a lot!
The text was updated successfully, but these errors were encountered: