Releases: lin-stephanie/rehype-callouts
Releases · lin-stephanie/rehype-callouts
1.4.1
🐞 Bug Fixes
- Fix typo in
caution
title to 'Caution' in GitHub theme config - by @lin-stephanie in #15 (5ba7b)
View changes on GitHub
1.4.0
🚀 Features
- Automatically add
aria-hidden="true"
to the container element of the Icon to improve accessibility by hiding decorative SVG elements - by @lin-stephanie (a7953)
View changes on GitHub
1.3.0
🚀 Features
- Added
htmlTagNames
option to configure HTML tag names in the callout structure for greater semantic flexibility - by @lin-stephanie in #8 (0c789)
View changes on GitHub
1.2.0
🚀 Features
- Apply
dir="auto"
to callout container elements for automatic text direction - by @lin-stephanie (5e2db)
View changes on GitHub
1.1.0
🚀 Features
- Support for collapsible callouts to default open with
+
- by @lin-stephanie (ccbea)
View changes on GitHub
1.0.3
🐞 Bug Fixes
- Resolve icons not displaying after configuring aliases - by @lin-stephanie (e866c)
View changes on GitHub
1.0.2
🐞 Bug Fixes
- Resolve inaccurate parsing of title - by @lin-stephanie (3c74d)
- Modify .callout-title-inner from p to div to simplify styling - by @lin-stephanie (0bfab)
View changes on GitHub
1.0.0
🚀 Features
- Render blockquote-based callouts
- Support Github, Obsidian, VitePress callout styles