Skip to content

Commit

Permalink
chore(storybook): formmating of mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 committed May 10, 2024
1 parent c15a8ca commit 5283c3b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/network-graph/__stories__/network-graph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ You'll also need to import the theming tokens from `@carbon/styles` either from
npm or from our CDN helpers. Checkout our Stackblitz example above to see how
that is implemented.

<Markdown>{`${cdnJs(
{ components: ['network-graph'] },
packageJson
)}`}</Markdown>
<Markdown>{`${cdnJs({ components: ['network-graph'] }, packageJson)}`}</Markdown>
<Markdown>{`${cdnCss()}`}</Markdown>

### HTML
Expand Down

0 comments on commit 5283c3b

Please sign in to comment.