#!/usr/bin/env sh
#MISE description="Format markdown files"
#MISE alias=["fmt:markdown", "fmt:md", "format:md"]

set -e

bin/lint/markdown --fix
