diff --git a/src/components/shortcodes/Spoiler.astro b/src/components/shortcodes/Spoiler.astro index 7a7dcff..319f3f6 100644 --- a/src/components/shortcodes/Spoiler.astro +++ b/src/components/shortcodes/Spoiler.astro @@ -1,11 +1,21 @@ --- const { tip = '' } = Astro.props --- -{/* TODO: make it work in paragraph wrapped elements */}