Skip to content

Commit

Permalink
website: update zebra-stripes example. #676
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 22, 2024
1 parent ac9cfd4 commit 3b02cab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion www/src/pages/extensions/zebra-stripes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ export const ZebraStripesExample: FC<PropsWithChildren> = () => {
style={{ margin: '0 0 23px 0' }}
extensions={[
langs.markdown(),
zebraStripes({ lineNumber: [1, [3, 6], 10], lightColor: '#aca2ff33', darkColor: '#aca2ff40' }),
zebraStripes({
lineNumber: [1, [3, 6], 10],
lightColor: '#aca2ff33',
darkColor: '#aca2ff40',
className: 'xxx-text-wrapper',
}),
]}
/>
</PageWarpper>
Expand Down

0 comments on commit 3b02cab

Please sign in to comment.