### GitHub Flavored Markdown - Created in 2009, standarized in 2017 - 99% compatible with CommonMark - Changes underscore parsing - Adds useful extensions - Tables - Strikethrough - Autolinks - Tasklists - Most modern Markdown parsers implement this [comment]: # (|||)
```markdown | Left | Center | Right | |------------|:---------------:|-------------:| | You can do | **Markdown** in | these cells! | ```
| Left | Center | Right | |------------|:---------------:|-------------:| | You can do | **Markdown** in | these cells! |
[comment]: # (|||)
```markdown ~~Strikethrough~~ https://lug.mines.edu/attend - [ ] Homework - [x] Drank 53 energy drinks - [x] Ate 2 cans of beans Example of some_thing_ that doesn't parse in GFM ```
~~Strikethrough~~ https://lug.mines.edu/attend - [ ] Homework - [x] Drank 53 energy drinks - [x] Ate 2 cans of beans Example of some_thing_ that doesn't parse in GFM
[comment]: # (!!!)