diff options
author | delucis | 2025-04-16 09:38:36 +0000 |
---|---|---|
committer | fredkbot | 2025-04-16 09:38:36 +0000 |
commit | ba8e66617b33ae3fc1e2d0094f34a52e945039ce (patch) | |
tree | 32a0120e8606cd43614e8aa5ea6fee82851b5e1a | |
parent | 8c19678e57c0270d3d80d4678f23a6fc287ebf12 (diff) | |
download | IT.starlight-ba8e66617b33ae3fc1e2d0094f34a52e945039ce.tar.gz IT.starlight-ba8e66617b33ae3fc1e2d0094f34a52e945039ce.tar.bz2 IT.starlight-ba8e66617b33ae3fc1e2d0094f34a52e945039ce.zip |
[ci] format
-rw-r--r-- | packages/starlight/__e2e__/fixtures/basics/src/content/docs/anchor-heading-component.mdx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/starlight/__e2e__/fixtures/basics/src/content/docs/anchor-heading-component.mdx b/packages/starlight/__e2e__/fixtures/basics/src/content/docs/anchor-heading-component.mdx index 245ce62c..da262a08 100644 --- a/packages/starlight/__e2e__/fixtures/basics/src/content/docs/anchor-heading-component.mdx +++ b/packages/starlight/__e2e__/fixtures/basics/src/content/docs/anchor-heading-component.mdx @@ -4,6 +4,10 @@ title: Anchor Headings Component import AnchorHeading from '@astrojs/starlight/components/AnchorHeading.astro'; -<AnchorHeading level="2" id="an-anchor-heading">An anchor heading</AnchorHeading> +<AnchorHeading level="2" id="an-anchor-heading"> + An anchor heading +</AnchorHeading> -<AnchorHeading level="3" id="another-anchor-heading">Another anchor heading</AnchorHeading> +<AnchorHeading level="3" id="another-anchor-heading"> + Another anchor heading +</AnchorHeading> |