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

Add markdownlint #1664

Merged
merged 10 commits into from
Sep 29, 2023
Merged

Add markdownlint #1664

merged 10 commits into from
Sep 29, 2023

Commits on Sep 29, 2023

  1. Add markdownlint

    Add a markdown linter to the `gh-pages` workflow.
    Contributes to #1639.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c884379 View commit details
    Browse the repository at this point in the history
  2. Configure Markdownlint

    - Add configuration for Markdownlint.
    - Fix some lint warnings.
    - Fix incorrect file name.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ff0e04f View commit details
    Browse the repository at this point in the history
  3. Fix file extension

    Despite the docs calling it `.config`, it needs to be `.json`.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9226224 View commit details
    Browse the repository at this point in the history
  4. Fix file name

    Needs to start with `.`.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    78115f0 View commit details
    Browse the repository at this point in the history
  5. Try to fix config

    - Update the path to the config file.
    - Ignore the CHANGELOG.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7592b11 View commit details
    Browse the repository at this point in the history
  6. Try implicit config

    Try implicitly using the configuration file.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    dff3667 View commit details
    Browse the repository at this point in the history
  7. Try config file again

    Try specifying the config file path again.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0f70089 View commit details
    Browse the repository at this point in the history
  8. Fix lint warnings

    Fix some Markdownlint warnings.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8c2c078 View commit details
    Browse the repository at this point in the history
  9. Update config file

    Turn off MD013 (line-length) completely.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3033f7c View commit details
    Browse the repository at this point in the history
  10. Configure MD033

    Allow `br`, `img` and `sub`.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4fd6f23 View commit details
    Browse the repository at this point in the history