- Ajust the text style. @noraj
- Ajust the font style.
- Add cutom CDN url.
- Ajust the code font to adapt to the PC without consolas font.
- Remove the tabindex attribute in codeblock.
- Change dependency shiki to shiki-nova1751 to ajust the
vue
code highlight.
- Remove the tabindex attribute in codeblock.
- Change dependency shiki to shiki-nova1751 to ajust the
vue
code highlight.
- Ajust the github-light theme style.
- Fix the code block display problem in the blockquote.
- For the languages not supported by shiki,
hexo-shiki-plugin
will display it as plain text and print theerror
message in the console. - Add
Clipboard
API to the copy function for better compatibility.
- Remove the box-shadow style to adapt the dark-mode
- Add line_number option to show or hide line_number.
- Add the code highlight theme,for themes not built in,load the theme code in the
one-dark-pro
codeblock style.
- Change the table style to flex to avoid table wrap problems.
- Use
em
unit to unify the code font size.
- Simplify the code
- Remove the css class conflicts with theme butterfly
- fix some style conflicts
- update github workflow