Changes
1 changed files (+25/-0)
-
-
@@ -1,23 +1,48 @@## Strikethrough extension ```markdown ~~This text is rendered with strikethrough~~. ``` ~~This text is rendered with strikethrough~~. ## Task Lists extension ```markdown - [x] Checked - [ ] Unchecked ``` - [x] Checked - [ ] Unchecked ## Footnotes extension ```markdown This is a normal paragraph[^1]. [^1]: I'm not. ``` This is a normal paragraph[^1]. [^1]: I'm not. ## Autolinks extension ```markdown https://github.github.com/gfm/ ``` https://github.github.com/gfm/ ## Tables extension ```markdown | Language | Execution | | :--------: | ----------------- | | JavaScript | Interpreter & JIT | ``` | Language | Execution | | :--------: | ----------------- |
-