mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 11:24:05 -06:00
After prettier (markdown)
This commit is contained in:
parent
7f2e119188
commit
778d08f39d
@ -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: {
|
||||||
// ...
|
// ...
|
||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user