use fmt;
/// Markdown source could not be parsed safely.
///
/// `CommonMark` accepts every byte string after mdwright's source
/// canonicalisation, but the parser implementation can still fail on
/// malformed edge cases. `ParseError` keeps that dependency failure at
/// the document boundary instead of exposing parser internals.