mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] yarn format
This commit is contained in:
parent
efb41f22c3
commit
010c71e16a
1 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@ import { Prism } from 'astro/components';
|
|||
|
||||
This component provides syntax highlighting for code blocks. Since this never changes in the client it makes sense to use an Astro component (it's equally reasonable to use a framework component for this kind of thing; Astro is server-only by default for all frameworks!).
|
||||
|
||||
|
||||
## `<Debug />`
|
||||
|
||||
```astro
|
||||
|
@ -48,4 +47,4 @@ const serverObject = {
|
|||
<Debug {serverObject} />
|
||||
```
|
||||
|
||||
This component provides a way to inspect values on the clientside, without any JavaScript.
|
||||
This component provides a way to inspect values on the clientside, without any JavaScript.
|
||||
|
|
Loading…
Reference in a new issue