Component
Heading
The number of #s at the beginning indicates the number of levels.
Up to heading 3 in the body of the article can be used as the table of contents. [ Details ]
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
Heading 1
This is Heading 1
Heading 2
This is Heading 2
Heading 3
This is Heading 3
Heading 4
This is Heading 4
Heading 5
This is Heading 5
Heading 6
This is Heading 6
Paragraph
A blank line is inserted to mark a paragraph
Paragraph 1
Blank line
Paragraph 2
Paragraph 1
Paragraph 2
Line break
A line break creates a new line
hoge
fuga
piyo
hoge
fuga
piyo
Reference
Use > as a descriptor at the beginning.
> Reference
> Reference
Reference
Reference
Inline code
Enclose the word in 'backquote' to create an inline code.
This is an 'inline code'.
This is an inline code.
Code
With three 'Backquote', you can display the code block.
```
class Hoge
def hoge
print 'hoge'
end
end
```
class Hoge
def hoge
print 'hoge'
end
end
Horizon
Use three hyphen - as a descriptor.
---
Lists
Itemized list
Use either the hyphen-, plus+, or asterisk* as a descriptor at the beginning.
Nests are represented by tabs.
- List 1
- List 1_1
- List 1_1_1
- List 1_1_2
- List 1_2
- List 2
- List 3
-
List 1
-
List 1_1
- List 1_1_1
- List 1_1_2
- List 1_2
-
List 1_1
- List 2
- List 3
Numbered lists
Use Number. as a descriptor at the beginning. Nests are represented by tabs.
Since the numbers will automatically appear, it is recommended that all lines be written as "1.".
1. Numbered List 1
1. Numbered List 1-1
1. Numbered List 1-2
1. Numbered List 2
1. Numbered List 3
-
Numbered List 1
- Numbered List 1-1
- Numbered List 1-2
- Numbered List 2
- Numbered List 3
Inline element
Link
You can change it into a link using [Displayed Text](URL).
[Ci-en](https://ci-en.net/)
Bold
Italic
Wrap text with one asterisk* or underscore_ on each side.
This is *Italic*
This is _Italic_
This is Italic
This is Italic
Bold
Wrap text with two asterisks * or underscores _.
This is **Bold**
This is __Bold__
This is Bold
This is Bold
em + strong (Italic and Bold)
Wrap text with three asterisks * or underscores _.
This is ***Italic & Bold***
This is ___Italic & Bold___
This is Italic & Bold
This is Italic & Bold