//! Standard markdown linting rules (MD001-MD059)
//!
//! This module contains implementations of the standard markdown linting rules
//! as defined by the markdownlint specification.
use crate::;
/// Provider for standard markdown rules (MD001-MD059)
;