🙆
Sample markdown document(マークダウンサンプル)
Heading 1
Heading 2
Heading 3
Heading 4
This is a sample Markdown document. This part is body text.
In Markdown, bullet lists are created by placing symbols like *
or -
at the beginning of a line. To create nested lists, add four spaces at the beginning of the line.
- This is the first bullet item
- This is the second bullet item
- This is a nested bullet item
- This is the third bullet item
Code
You can show code examples by surrounding them with three backticks:
cp a
sample Markdown document
Discussion