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 lint warnings to avoid rendering issue #2

Merged
merged 4 commits into from
Sep 3, 2024

Commits on Jul 11, 2024

  1. Cleanup Markdown lint warnings

    Fix Markdown lint warnings to avoid any possible rendering issue due to Markdown-flavour incompatibility:
    
    - MD022/blanks-around-headings: Headings should be surrounded by blank lines
    - MD031/blanks-around-fences: Fenced code blocks should be surrounded by blank lines
    - MD032/blanks-around-lists: Lists should be surrounded by blank lines
    - MD047/single-trailing-newline: Files should end with a single newline character
    
    Signed-off-by: Arthit Suriyawongkul <[email protected]>
    bact committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f21ab13 View commit details
    Browse the repository at this point in the history
  2. Return the exclamations

    Signed-off-by: Arthit Suriyawongkul <[email protected]>
    bact committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c022187 View commit details
    Browse the repository at this point in the history
  3. Remove </br>

    Signed-off-by: Arthit Suriyawongkul <[email protected]>
    bact committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e1d9a93 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge branch 'main' into main

    Signed-off-by: Arthit Suriyawongkul <[email protected]>
    bact authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    076de59 View commit details
    Browse the repository at this point in the history