Skip to content

Instantly share code, notes, and snippets.

@MrSnyder
Last active February 5, 2020 16:08
Show Gist options
  • Select an option

  • Save MrSnyder/a8fb6baeb22044ee76a2b2e0d87e8a33 to your computer and use it in GitHub Desktop.

Select an option

Save MrSnyder/a8fb6baeb22044ee76a2b2e0d87e8a33 to your computer and use it in GitHub Desktop.
Markdown Cheatsheet

Markdown Cheatsheet

Level 2

A level 2 section

Level 3

A level 3 section

Level 4

A level 4 section

Code-Blocks

Code-Block (Java)

public static void main (String [] args) {
    System.out.println ("Hello Markdown");
}

Code-Block HTML

<!DOCTYPE html>
<html lang="en">
  <head>
    <title></title>
  </head>
  <body>
  </body>
</html>

Code-Block (SQL)

SELECT * FROM TABLE;

Code-Block (Terminal)

cd whatever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment