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

Pmolloy/mdl all the things #93

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 18, 2024

  1. SUMMARY: Make unordered list style consistent

    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5984c20 View commit details
    Browse the repository at this point in the history
  2. Google_study: Fix Markdown lint warnings

    - MD004 Unordered list style
    - MD005 Inconsistent indentation for list items at the same level
    - MD013 Line length
    - MD025 Multiple top level headers in the same document
    - MD030 Spaces after list markers
    
    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7e62c5b View commit details
    Browse the repository at this point in the history
  3. u-root: Adjust line length

    The line length was inconsistent in the two parts of the file. The
    footnotes will addressed in another commit.
    
    Also correct multiple blank lines on line 26.
    
    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    47883d7 View commit details
    Browse the repository at this point in the history
  4. u-root: Format footnotes using Markdown extension

    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    716c505 View commit details
    Browse the repository at this point in the history
  5. naming: Fix line length and header blank lines

    - MD013 Line length
    - MD022 Headers should be surrounded by blank lines
    
    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9079c25 View commit details
    Browse the repository at this point in the history
  6. naming: Fix bare URLs and top level headers

    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    87a2d06 View commit details
    Browse the repository at this point in the history
  7. naming: Fix minor typo

    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8f58561 View commit details
    Browse the repository at this point in the history
  8. TiogaPass: Fix various formattin issues

    - MD013 Line length
    - MD022 Headers should be surrounded by blank lines
    - MD032 Lists should be surrounded by blank lines
    - MD034 Bare URL used
    - Minor spelling mistake
    
    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fb3383e View commit details
    Browse the repository at this point in the history
  9. coreboot.u-root.systemboot: Fix various Markdown issues

    - MD013 Line length
    - MD014 Dollar signs used before commands without showing output
    - MD031 Fenced code blocks should be surrounded by blank lines
    
    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    113b71b View commit details
    Browse the repository at this point in the history
  10. UEFI_TOOL_Kit: Fix various Markdown issues

    - MD013 Line length
    - MD014 Dollar signs used before commands without showing output
    - MD026 Trailing punctuation in header
    - MD029 Ordered list item prefix
    - MD034 Bare URL used
    - MD036 Emphasis used instead of a header
    - MD046 Code block style
    - Fix small spelling mistake
    - Add syntax highlighting to go code blocks
    
    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f585a51 View commit details
    Browse the repository at this point in the history
  11. glossary: Remove extra underscores

    Signed-off-by: Philip Molloy <[email protected]>
    pamolloy committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ffd0a93 View commit details
    Browse the repository at this point in the history