mdcat 2.10.0

cat for markdown: Show markdown documents in terminals
Documentation
# GFM Alerts

> [!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.

## Alerts with multiple lines

> [!NOTE]
> This is a longer note that spans multiple lines.
> It continues here with more context.
> And wraps onto a third line as well.

## Alerts with inline formatting

> [!WARNING]
> Do **not** run this command as `root`. It will **permanently delete** all data in the target directory and _cannot be undone_.

## Alerts mixed with regular block quotes

A regular block quote for comparison:

> This is just a regular block quote.
> It should not be treated as an alert.

> [!IMPORTANT]
> Back to an alert after a regular block quote.