.markdownlint.yml
# SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com# SPDX-License-Identifier: MIT---# Default state for all rulesdefault: true # Line length : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md013.mdMD013: line_length: 100 # Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md033.mdMD033: allowed_elements: [ img ] # Fenced code blocks should have a language specified : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md040.mdMD040: false # First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md041.mdMD041: false