Added a style file for markdownlint
This commit is contained in:
5
scripts/markdown-style.rb
Normal file
5
scripts/markdown-style.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# This file contains the markdown rules markdownlint will check for
|
||||
all
|
||||
|
||||
exclude_rule 'MD013' # Lengthy lines (80+ chars)
|
||||
exclude_rule 'MD038' # Spaces inside code backticks
|
Reference in New Issue
Block a user