An mdformat plugin for GitHub-flavored Markdown alerts. This plugin adds support for rendering GFM alert blocks (e.g., > [!NOTE]) using mdformat. Current version 2.0.0, requiring Python >=3.9.0. Active development with periodic releases.
pip install mdformat-gfm-alertsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load and apply the gfm_alerts plugin to format alert blocks with mdformat.
Always include 'extensions=["gfm_alerts"]' and 'options={"plugin_overrides": {"gfm_alerts": plugin}}' when calling mdformat functions.Review changelog for migration steps; ensure using the correct import path and option keys.
Stick to standard GFM alert types (NOTE, TIP, IMPORTANT, WARNING, CAUTION).
Run 'pip install mdformat-gfm-alerts' or verify installation with 'pip list | grep mdformat-gfm-alerts'.
Ensure mdformat is up to date (pip install -U mdformat) and that alert blocks follow GFM syntax (e.g., > [!NOTE] on its own line).
Upgrade mdformat to the latest version: pip install -U mdformat.
No resource links recorded.