default: true
extends: null
# Don't allow any trailing whitespace.
MD009:
  br_spaces: 0
  strict: true
# Let Prettier handle line length and wrapping, since the
# results generated by Prettier are not necessarily consistent
# with what Markdownlint is expecting, especially for links.
MD013: false
