Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Mar 8, 2024
1 parent e3f02f5 commit d933666
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/markdown/remark/src/shiki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ export async function createShikiHighlighter({
node.tagName = 'code';
}

const { class: attributesClass, style: attributesStyle, ...rest } = options?.attributes ?? {};
const {
class: attributesClass,
style: attributesStyle,
...rest
} = options?.attributes ?? {};
Object.assign(node.properties, rest);

const classValue =
Expand Down

0 comments on commit d933666

Please sign in to comment.