Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markdown linter errors #16076

Merged
merged 1 commit into from
Oct 3, 2023

Commits on Oct 3, 2023

  1. Fix markdown linter errors

    v0.13 of the `markdownlint` gem just got released and it has
    a few new rules which are docs ended up failing. This fixes
    those linter errors so that CI is no longer red.
    
    Rules:
    MD055 - Tables: Each row must start and end with a '|'
    MD057 - Tables: In the second row every column must have at least '---',
            possibly surrounded with alignment ':' chars
    apainintheneck committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2030f07 View commit details
    Browse the repository at this point in the history