Sample GFM for testing
Quickstart for writing on GitHub
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
remark-github
Some references:
- Commit:
492f92c
- Commit (fork): foo@
492f92c
- Commit (repo): remarkjs/remark@
e1aa9f6
- Issue or PR (
#
): #1 - Issue or PR (
GH-
): GH-1 - Issue or PR (fork): foo#1
- Issue or PR (project): remarkjs/remark#1
- Mention: @wooorm
Some links:
- Commit: remarkjs/remark@
e1aa9f6
- Commit comment: remarkjs/remark@
ac63bc3
(comment) - Issue or PR: remarkjs/remark#182
- Issue or PR comment: remarkjs/remark-github#3 (comment)
- Mention: https://github.com/ben-eb
remark-raw
Tips for collapsed sections
You can add a header
You can add text within a collapsed section.
You can add an image or a code block, too.
puts "Hello World"
starry-night
console.log('it works!');
remark-math & rehype-mathjax
Lift(
TBD: Mermaid
Here is a simple flow chart:
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
Footnotes
-
Big note. ↩