What's Changed
Relatively a small release before the year ends. A noteworthy new feature is:
🔔 Support GitHub-style alerts by @imfing in #513
Now in Markdown file, you can use GitHub-style blockquote to emphasize critical information.
Markdown:
> [!NOTE]
> Useful information that users should know, even when skimming content.
> [!TIP]
> Helpful advice for doing things better or more easily.
> [!IMPORTANT]
> Key information users need to know to achieve their goal.
> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.
> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.
Improvements
- fix: typo in ref="noreferer" by @ToddZZF in #489
- add cellular_raza to showcase exampleSite by @jonaspleyer in #498
- chore(icons): add bluesky icon by @nisrulz in #505
- fix: rerender mermaid diagrams on theme change by @torbjornbp in #509
- feat: Implement hextra hero-section by @fmunteanu in #390
New Contributors
- @ToddZZF made their first contribution in #489
- @jonaspleyer made their first contribution in #498
- @nisrulz made their first contribution in #505
- @torbjornbp made their first contribution in #509
Full Changelog: v0.8.6...v0.9.0