Please refer to the following official website for instructions on how to use GFM (autolink literals, footnotes, strikethrough, tables, tasklists):
remarkjs/remark-gfm: remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
Following codes is adopted from https://github.com/remarkjs/remark-gfm
Autolink literals
www.example.com, https://example.com, and contact@example.com.
Footnote
A note1
Strikethrough
one or two tildes.
Table
a | b | c | d |
---|
Tasklist
- to do
- done
Additional Examples
Alpha | Bravo |
---|---|
δΈζ | Charlie |
π©ββ€οΈβπ© | Delta |
TH | TH |
---|---|
TD | γ»γ«ε
γ§ ζΉθ‘ |
Markdown code before conversion
# GFM
## Autolink literals
www.example.com, https://example.com, and contact@example.com.
## Footnote
A note[^1]
[^1]: Big note.
## Strikethrough
~one~ or ~~two~~ tildes.
## Table
| a | b | c | d |
| --- | :-- | --: | :-: |
## Tasklist
- [ ] to do
- [x] done
## Additional Examples
| Alpha | Bravo |
| ----- | ------- |
| δΈζ | Charlie |
| π©ββ€οΈβπ© | Delta |
| TH | TH |
| --- | ------------------ |
| TD | γ»γ«ε
γ§<br />ζΉθ‘ |
Footnotes
Big note. β©