코드블럭 이거참 매력이 있는거같습니다.
✏️
# 가나다
## 가나다
### 가나다
#### 가나다
##### 가나다
###### 가나다
> This is a first blockqute.
>> This is a second blockqute.
>>> This is a third blockqute.
This is a first blockqute.
This is a second blockqute.
This is a third blockqute.
* * *
***
*****
- - -
---
1.
1.
1.
같은 숫자를 써도
1.
3.
2.
순서가 달라도 밑에와 동일하게 출력
*, +, - 이렇게 3가지 지원
` ` `java
public class BootSpringBootApplication {
public static void main(String[] args) {
System.out.println("Hello, Honeymon");
}
}
` ` `
public class BootSpringBootApplication {
public static void main(String[] args) {
System.out.println("Hello, Honeymon");
}
}
이것 말고도 많은 마크다운 코드들이 있다
다른 필요한것들이 있으면 또 알아보도록 하겠습니다.