## Strikethrough extension
~~This text is rendered with strikethrough~~.
## Task Lists extension
- [x] Checked
- [ ] Unchecked
## Footnotes extension
This is a normal paragraph[^1].
[^1]: I'm not.
## Autolinks extension
https://github.github.com/gfm/
## Tables extension
| Language | Execution |
| :--------: | ----------------- |
| JavaScript | Interpreter & JIT |
| Dart | AOT or JIT |