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

Lint markdown in PRs #62

Merged
merged 6 commits into from
Dec 4, 2023
Merged

Commits on Dec 3, 2023

  1. workflows: Add markdownlint-cli

    Also adds a .markdownlint.yaml file for use with markdownlint-cli
    
    We use a fork for the markdown-cli action
    
    The original action uses an old version of markdownlint-cli that
    triggers some false-positives with MD051 that doesn't support
    predefined ID's for sections
    gonX committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    32101ee View commit details
    Browse the repository at this point in the history
  2. fixup: Apply Markdown linting

    gonX committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    7a6b7f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e9d4ab View commit details
    Browse the repository at this point in the history
  4. Add 'otdlog' language

    This is a hack to get some specific styling on the website
    
    Currently the hack lexer supports '#' comments, anything else is parsed as text
    gonX committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    d73e5b7 View commit details
    Browse the repository at this point in the history
  5. FAQ/Linux: fix incorrect heading usage

    Co-authored-by: Oscar Ivan Silvestre <[email protected]>
    gonX and X9VoiD authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    cf2f0cc View commit details
    Browse the repository at this point in the history
  6. FAQ/Linux: fix missing emphasis

    Co-authored-by: Oscar Ivan Silvestre <[email protected]>
    gonX and X9VoiD authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    d61730a View commit details
    Browse the repository at this point in the history