cor 2026.3.1

Colorize JSON-structured log lines from stdin
Documentation
1
2
3
4
5
6
7
8
9
10
[global]
# Disable rules that don't suit this project
disable = [
    # Allow longer lines (code examples, tables, badge URLs)
    "MD013",
    # Allow inline HTML (colored level badges in README)
    "MD033",
    # Allow undefined references in CHANGELOG (git-cliff generates them)
    "MD052",
]