LoginSignup
0
0

markdown

Last updated at Posted at 2024-04-14


記法

見出し

# 見出し1
## 見出し2
### 見出し3
#### 見出し4
##### 見出し5
###### 見出し6

見出し1

見出し2

見出し3

見出し4

見出し5
見出し6

コード

`コード1`
```コード3```

```java
System.out.println("hello");
```

```sh
echo hello
```

コード1
コード3

System.out.println("hello");
echo hello

list

- oo
  - ooo
    - ooo

1. xx
2. xx
3. xx
   4. xx
      5. xx

- [ ] c
- [ ] cc
- [ ] ccc
  - [ ] cccc
    - [ ] ccccc
  • oo
    • ooo
      • ooo
  1. xx
  2. xx
  3. xx
    4. xx
    5. xx
  • c
  • cc
  • ccc
    • cccc
      • ccccc

mermaid

```mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
```
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0