Skip to content

Commit

Permalink
style: fix format [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Dec 9, 2023
1 parent 5cd5300 commit 104e228
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/docs/src/content/docs/demos/sumo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
<LinkCard title="Components" href="/guides/components/" />
</CardGrid>


import { Icon } from '@astrojs/starlight/components';

<Icon name="star" color="goldenrod" size="2rem" />


:::note
Starlight is a documentation website toolkit built with [Astro](https://astro.build/). You can get started with this command:

Expand All @@ -55,7 +53,6 @@ npm create astro@latest -- --template starlight

:::


```diff lang="js"
function thisIsJavaScript() {
// This entire block gets highlighted as JavaScript,
Expand Down

0 comments on commit 104e228

Please sign in to comment.