Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .markdown.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# MD026: Trailing punctuation in header - Disallows headers ending with specified punctuation characters
rule 'MD026', :punctuation => '.,;:!'

# MD013: Line length - Enforces a maximum line length, but ignores code blocks
rule 'MD013', :ignore_code_blocks => true

# MD033: Inline HTML - This rule is excluded, allowing inline HTML in Markdown files
exclude_rule 'MD033'
Loading