From 778d08f39df25c33ba7cab785f89f4bf0cdf2c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=ACnei?= Date: Sat, 7 Jun 2025 21:41:23 +0000 Subject: [PATCH] After prettier (markdown) --- docs/plugins/Carousel.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/plugins/Carousel.md b/docs/plugins/Carousel.md index 28860f19e..65bec662c 100644 --- a/docs/plugins/Carousel.md +++ b/docs/plugins/Carousel.md @@ -12,10 +12,11 @@ The Carousel plugin transforms custom `` tags in your Markdown into in Second image Third image +``` ## Configuration -``` +```typescript const config: QuartzConfig = { configuration: { // ... @@ -28,10 +29,10 @@ const config: QuartzConfig = { }), ], filters: [ - // ... + // ... ], emitters: [ - // ... + // ... ], }, } @@ -47,4 +48,3 @@ The carousel automatically handles multiple images and provides intuitive naviga - Responsive: Adapts to different screen sizes - Accessibility: ARIA labels and keyboard navigation - Theme Support: Works with light/dark modes -