1all 2rule 'MD013', :tables => false 3 4exclude_rule 'MD033' 5exclude_rule 'MD041' 6exclude_rule 'MD024' 7exclude_rule 'MD026' 8exclude_rule 'MD002' 9 10# Some markdown code blocks are not strictly adhering to a language. 11# For example, we may add comments to JSON code blocks that are not supported 12# in the JSON format. 13exclude_rule 'MD040' # Fenced code blocks should have a language specified. 14 15