diff options
author | 2021-12-13 18:36:48 +0000 | |
---|---|---|
committer | 2021-12-13 18:36:48 +0000 | |
commit | ff9f4ec2300728452c0374e0437a13576a0e4228 (patch) | |
tree | b799e576f465ea7c8051b7c57099de104324aa17 /docs/src | |
parent | 7265ca4ea8d1ec2d5bd162a4fd99e3a8c24c48a9 (diff) | |
download | astro-ff9f4ec2300728452c0374e0437a13576a0e4228.tar.gz astro-ff9f4ec2300728452c0374e0437a13576a0e4228.tar.zst astro-ff9f4ec2300728452c0374e0437a13576a0e4228.zip |
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/core-concepts/astro-components.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/core-concepts/astro-components.md b/docs/src/pages/core-concepts/astro-components.md index 66ca91ec5..c0ebebf58 100644 --- a/docs/src/pages/core-concepts/astro-components.md +++ b/docs/src/pages/core-concepts/astro-components.md @@ -340,7 +340,7 @@ import TwitterTimeline from '../components/TwitterTimeline.astro'; | Fragments | Automatic top-level, `<>` inside functions | Wrap with `<Fragment>` or `<>` | | Multiple frameworks per-file | Yes | No | | Modifying `<head>` | Just use `<head>` | Per-framework (`<Head>`, `<svelte:head>`, etc) | -| Comment Style | `<!-- HTML -->` | `{/* JavaScript */} | +| Comment Style | `<!-- HTML -->` | `{/_ JavaScript _/} | | Special Characters | ` ` | ` ` | | Attributes | `dash-case` | `camelCase` | |