松浦 知也 Matsuura Tomoya
2024-02-05 ba836dd3e0cda5df23f6d34539809d36805d230e
docs/features/callouts.md
@@ -32,11 +32,12 @@
```scss title="quartz/styles/custom.scss"
.callout {
 &[data-callout="custom"] {
 --color: #customcolor;
 --border: #custombordercolor;
 --bg: #custombg;
 --callout-icon: url('data:image/svg+xml; utf8, <custom formatted svg>'); //SVG icon code
  &[data-callout="custom"] {
    --color: #customcolor;
    --border: #custombordercolor;
    --bg: #custombg;
    --callout-icon: url("data:image/svg+xml; utf8, <custom formatted svg>"); //SVG icon code
  }
}
```
@@ -48,7 +49,7 @@
> [!info]
> Default title
> [!question]+ Can callouts be nested?
> [!question]+ Can callouts be _nested_?
>
> > [!todo]- Yes!, they can. And collapsed!
> >