diff --git a/.markdownlint.yml b/.markdownlint.yml index 7e60092..014b5b4 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 80ddfd7..004b019 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)