# based on https://github.com/mivok/markdownlint/blob/master/lib/mdl/styles/relaxed.rb
# more info at https://github.com/mivok/markdownlint/blob/master/docs/RULES.md

all
exclude_tag :whitespace
exclude_tag :line_length

exclude_rule 'MD006' # Lists at beginning of line
exclude_rule 'MD007' # List indentation
exclude_rule 'MD022' # Headers should be surrounded by blank lines
exclude_rule 'MD033' # Inline HTML
exclude_rule 'MD034' # Bare URL used
exclude_rule 'MD040' # Fenced code blocks should have a language specified
exclude_rule 'MD041' # First line in file should be a top level header
