Merge branch 'main' into feat/docsearch-v4

pull/4843/head
Divyansh Singh 4 months ago committed by GitHub
commit 9091f88dad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -289,7 +289,7 @@ provide('toggle-appearance', async ({ clientX: x, clientY: y }: MouseEvent) => {
</style>
```
Result (**warning!**: flashing colors, sudden movements, bright lights):
结果(**注意!**:画面闪烁、快速闪现、强光刺激):
<details>
<summary>Demo</summary>

@ -35,7 +35,6 @@ useSponsorsGrid({ el, size: props.size })
rel="sponsored noopener"
>
<article class="vp-sponsor-grid-box">
<h4 class="visually-hidden">{{ sponsor.name }}</h4>
<img
class="vp-sponsor-grid-image"
:src="sponsor.img"

@ -258,7 +258,7 @@ export async function createMarkdownRenderer(
}
if (options.gfmAlerts !== false) {
md.use(gitHubAlertsPlugin)
md.use(gitHubAlertsPlugin, options.container)
}
// third party plugins

Loading…
Cancel
Save