File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
packages/starlight/__e2e__/fixtures/basics/src/content/docs Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ packages/starlight/user-components/Tabs.astro
20
20
21
21
# Prettier forces whitespace between elements we want to avoid for consistency with the rehype version
22
22
packages /starlight /components /AnchorHeading.astro
23
+ packages /starlight /__e2e__ /fixtures /basics /src /content /docs /anchor-heading-component.mdx
23
24
24
25
# Malformed YAML file used for testing
25
26
packages /starlight /__tests__ /i18n /malformed-yaml-src /content /i18n /* .yml
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ title: Anchor Headings Component
4
4
5
5
import AnchorHeading from ' @astrojs/starlight/components/AnchorHeading.astro' ;
6
6
7
- <AnchorHeading level = " 2" id = " an-anchor-heading" >
8
- An anchor heading
9
- </AnchorHeading >
7
+ <AnchorHeading level = " 2" id = " an-anchor-heading" >An anchor heading</AnchorHeading >
10
8
11
- <AnchorHeading level = " 3" id = " another-anchor-heading" >
12
- Another anchor heading
13
- </AnchorHeading >
9
+ <AnchorHeading level = " 3" id = " another-anchor-heading" >Another anchor heading</AnchorHeading >
You can’t perform that action at this time.
0 commit comments