Skip to content

Instantly share code, notes, and snippets.

@jeremy-donson
Last active January 31, 2021 16:58
Show Gist options
  • Save jeremy-donson/ca36fe0878f54fa07c3d31d9f8136f67 to your computer and use it in GitHub Desktop.
Save jeremy-donson/ca36fe0878f54fa07c3d31d9f8136f67 to your computer and use it in GitHub Desktop.
Tasks
- [ ] a task list item
- [ ] list syntax required
- [ ] normal **formatting**
- [ ] incomplete
- [x] completed
Table
| Left-Aligned | Center Aligned | Right Aligned |
| :------------ |:---------------:| -----:|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
| :------------ |:---------------:| -----:|
```bash
$ LANGUAGE=bash
$ echo "Hello ${LANGUAGE}!"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment