Sha256: b8d96f507c60011468e618a4d02b2efd3abc304db0a226153443b607e864020b

Contents?: true

Size: 523 Bytes

Versions: 1

Compression:

Stored size: 523 Bytes

Contents

# markdownlint config

# The CHANGELOG contains duplicated headers by design
MD024: false

# MD013/line-length: disable line length for all. We prefer lines as
# long as paragraph with in-editor line breaks.
MD013: false

# MD033/no-inline-html: allow often need tags
MD033:
  allowed_elements:
    - code
    - dd
    - dl
    - dt
    - figcaption
    - figure

# MD046/code-block-style: code block style conflicting with
# admonitions...
MD046: false

# MD048/code-fence-style: code fence style
MD048:
  style: backtick

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-multipassword-2.1.0 .markdownlint.yml