mdriver 1.0.0

Streaming markdown printer for the terminal with syntax highlighting
Documentation
# Example GFM Document with Callouts

> [!NOTE]
> This is a note callout. It provides helpful information or tips to the reader.

## Installation Steps

Follow these steps to install the application:

1. Download the package
2. Extract the files
3. Run the installer

> [!TIP]
> You can use the `--quick` flag to speed up the installation process!

## Important Warnings

> [!IMPORTANT]
> Make sure to backup your data before proceeding with the upgrade.

> [!WARNING]
> Do not interrupt the process once it has started, or you may corrupt your installation.

## Critical Information

> [!CAUTION]
> Running this command will delete all existing data. This action cannot be undone.

---

## Supported Callout Types

GitHub Flavored Markdown supports these callout types:

- `[!NOTE]` - Blue, for general information
- `[!TIP]` - Green, for helpful advice
- `[!IMPORTANT]` - Purple, for key information
- `[!WARNING]` - Yellow/Orange, for urgent warnings
- `[!CAUTION]` - Red, for critical warnings about dangerous actions

> [!NOTE]
> Callouts were added to GitHub Flavored Markdown in 2023 and may not be supported in all markdown renderers.