1.6 KiB
1.6 KiB
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]: # (|||)
| Left | Center | Right |
|------------|:---------------:|-------------:|
| You can do | **Markdown** in | these cells! |
Left | Center | Right |
---|---|---|
You can do | Markdown in | these cells! |
[comment]: # (|||)
~~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
- Homework
- Drank 53 energy drinks
- Ate 2 cans of beans
Example of some_thing_ that doesn't parse in GFM
[comment]: # (!!!)