We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976e573 commit 636b81fCopy full SHA for 636b81f
docs/src/content/docs/ru/guides/pages.mdx
@@ -98,7 +98,9 @@ import CustomComponent from './CustomComponent.astro';
98
99
<AnchorHeading level="2" id="learn-more">Узнать больше</AnchorHeading>
100
<p>
101
- <a href="https://starlight.astro.build/">Узнайте больше в документации Starlight</a>
+ <a href="https://starlight.astro.build/"
102
+ >Узнайте больше в документации Starlight</a
103
+ >
104
</p>
105
</StarlightPage>
106
```
0 commit comments