Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@imfing imfing released this 14 Dec 23:57
· 7 commits to main since this release
68dd327

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

New Contributors

Full Changelog: v0.8.6...v0.9.0