Skip to content

Commit

Permalink
Revert "format Astro code blocks"
Browse files Browse the repository at this point in the history
This reverts commit 3d39fe9.
  • Loading branch information
lorenzolewis committed Jul 24, 2023
1 parent c3a77c1 commit 701e3a4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
5 changes: 2 additions & 3 deletions docs/src/content/docs/es/guides/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ Si estos estilos entran en conflicto con la apariencia de tu componente, estable
---
// src/components/Ejemplo.astro
---
<div class="not-content">
<p>No se ve afectado por los estilos predeterminados de contenido de Starlight.</p>
<p>No se ve afectado por los estilos predeterminados de contenido de Starlight.</p>
</div>
```

Expand Down Expand Up @@ -109,7 +108,7 @@ Utiliza una cuadrícula de tarjetas en tu página de inicio para mostrar las car

```astro
<CardGrid stagger>
<!-- tarjetas -->
<!-- tarjetas -->
</CardGrid>
```

Expand Down
5 changes: 2 additions & 3 deletions docs/src/content/docs/fr/guides/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ Si ces styles entrent en conflit avec l'apparence de votre composant, définisse
---
// src/components/Example.astro
---
<div class="not-content">
<p>Contenu non affecté par les styles par défaut de Starlight.</p>
<p>Contenu non affecté par les styles par défaut de Starlight.</p>
</div>
```

Expand Down Expand Up @@ -119,7 +118,7 @@ Ajoutez l'attribut `stagger` pour décaler verticalement la deuxième colonne de

```astro
<CardGrid stagger>
<!-- cards -->
<!-- cards -->
</CardGrid>
```

Expand Down
5 changes: 2 additions & 3 deletions docs/src/content/docs/guides/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ If these styles conflict with your component’s appearance, set the `not-conten
---
// src/components/Example.astro
---
<div class="not-content">
<p>Not impacted by Starlight’s default content styling.</p>
<p>Not impacted by Starlight’s default content styling.</p>
</div>
```

Expand Down Expand Up @@ -117,7 +116,7 @@ Add the `stagger` attribute to shift the second column of cards vertically and a

```astro
<CardGrid stagger>
<!-- cards -->
<!-- cards -->
</CardGrid>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/it/guides/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Aggiungi l'attributo `stagger` per rappresentare la seconda colonna più in bass

```astro
<CardGrid stagger>
<!-- cards -->
<!-- cards -->
</CardGrid>
```

Expand Down
5 changes: 2 additions & 3 deletions docs/src/content/docs/ja/guides/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ Starlightは、Markdownコンテンツにデフォルトのスタイルを適用
---
// src/components/Example.astro
---
<div class="not-content">
<p>Starlightのデフォルトのコンテンツスタイルに影響を受けません。</p>
<p>Starlightのデフォルトのコンテンツスタイルに影響を受けません。</p>
</div>
```

Expand Down Expand Up @@ -108,7 +107,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';

```astro
<CardGrid stagger>
<!-- カード -->
<!-- カード -->
</CardGrid>
```

Expand Down

0 comments on commit 701e3a4

Please sign in to comment.