Skip to content

Commit

Permalink
fix: revert #26, fix #30
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 13, 2023
1 parent 4923778 commit 6f02959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/shikiji/src/core/renderer-hast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export function tokensToHast(
class: `shiki ${options.themeName || ''}`,
style: options.rootStyle || `background-color:${options.bg};color:${options.fg}`,
tabindex: '0',
lang: options.lang,
...options.meta,
},
children: [],
Expand Down

0 comments on commit 6f02959

Please sign in to comment.