summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-09-03 18:07:39 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-09-03 18:07:39 +0000
commite516f9c953ad1517d6115a9ecb1c355b4bffb8b9 (patch)
tree39374bffa58d22af8a14d40a97acab737e43676e /docs/src
parente282e8e4ac7077a43b48bd692cfa28bbe4a9bdd0 (diff)
downloadastro-e516f9c953ad1517d6115a9ecb1c355b4bffb8b9.tar.gz
astro-e516f9c953ad1517d6115a9ecb1c355b4bffb8b9.tar.zst
astro-e516f9c953ad1517d6115a9ecb1c355b4bffb8b9.zip
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/reference/builtin-components.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/src/pages/reference/builtin-components.md b/docs/src/pages/reference/builtin-components.md
index 7ff0e5ba6..d171c9a82 100644
--- a/docs/src/pages/reference/builtin-components.md
+++ b/docs/src/pages/reference/builtin-components.md
@@ -5,7 +5,6 @@ title: Built-In Components
Astro includes several builtin components for you to use in your projects. All builtin components are available via `import {} from 'astro/components';`.
-
## `<Code />`
```astro
@@ -24,7 +23,6 @@ This component provides syntax highlighting for code blocks at build time (no cl
You can also use the `<Prism />` component for syntax highlighting powered by the [Prism](https://prismjs.com/) syntax highlighting library. This is the library that Astro's Markdown uses by default. However, we will be transitioning all usage over to `<Code>` as we move towards our v1.0 release.
-
## `<Markdown />`
```astro