Skip to content
Merged
Show file tree
Hide file tree
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: 3 additions & 2 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ MD033: false # Allows Inline HTML.
MD036: false # Disables the "Emphasis used instead of a heading" rule.
MD041: false # Disables first line in a file should be a top-level heading.
MD045: false # Disables images should have alternate text.
MD049:
style: asterisk # Enforces _italics_ using asterisks.
MD059: false # Disables check on descriptive link text.
MD060:
style: padded # Controls table pipe spacing.
MD049:
style: asterisk # Enforces _italics_ using asterisks.
MD051: false # Disables validity check for section links (as some sections are injected from the template)
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ GEM
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
json (2.20.0)
json (2.21.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down