mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
40 lines
615 B
YAML
40 lines
615 B
YAML
# From: https://github.com/openhab/openhab-docs/blob/main/.github/.markdownlint.yaml
|
|
|
|
default: true
|
|
|
|
# Expect dash usage for unordered lists
|
|
MD004:
|
|
style: dash
|
|
|
|
# Allow long line lengths
|
|
MD013: false
|
|
|
|
# Allow duplicate headers for different nesting
|
|
MD024:
|
|
siblings_only: true
|
|
|
|
# Allow Multiple top level headers in the same document
|
|
MD025: false
|
|
|
|
# Allow trailing punctuation in headers
|
|
MD026: false
|
|
MD029:
|
|
style: one
|
|
|
|
# Allow inline HTML
|
|
MD033: false
|
|
|
|
# Code block style
|
|
MD046:
|
|
style: fenced
|
|
|
|
# Emphasis in underscore
|
|
MD049:
|
|
style: underscore
|
|
|
|
# Strong in asterisk
|
|
MD050:
|
|
style: asterisk
|
|
|
|
MD060: false
|