After prettier (markdown)

This commit is contained in:
Pìnei 2025-06-07 21:41:23 +00:00
parent 7f2e119188
commit 778d08f39d

View File

@ -12,10 +12,11 @@ The Carousel plugin transforms custom `<Carousel>` tags in your Markdown into in
<img src="image2.jpg" alt="Second image"> <img src="image2.jpg" alt="Second image">
<img src="image3.jpg" alt="Third image"> <img src="image3.jpg" alt="Third image">
</Carousel> </Carousel>
```
## Configuration ## Configuration
``` ```typescript
const config: QuartzConfig = { const config: QuartzConfig = {
configuration: { configuration: {
// ... // ...
@ -28,10 +29,10 @@ const config: QuartzConfig = {
}), }),
], ],
filters: [ filters: [
// ... // ...
], ],
emitters: [ emitters: [
// ... // ...
], ],
}, },
} }
@ -47,4 +48,3 @@ The carousel automatically handles multiple images and provides intuitive naviga
- Responsive: Adapts to different screen sizes - Responsive: Adapts to different screen sizes
- Accessibility: ARIA labels and keyboard navigation - Accessibility: ARIA labels and keyboard navigation
- Theme Support: Works with light/dark modes - Theme Support: Works with light/dark modes