Skip to content

Instantly share code, notes, and snippets.

@tburry
Created February 12, 2018 17:11
Show Gist options
  • Save tburry/356ddb4bbf9e5f3441f19c50ab0438f5 to your computer and use it in GitHub Desktop.
Save tburry/356ddb4bbf9e5f3441f19c50ab0438f5 to your computer and use it in GitHub Desktop.
Formatting Examples

A simple function would look like:

function foo(array $bar) {
    foreach ($bar as $key => $value) {
        echo "$key: $value\n";
    }
}

A simple document would look like:

<html>
  <body>
  <h1>Hello World!!!</h1>
  </body>
</html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment