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 -