Notice: 2022년 07월 03일(일) New Syntax & Design for Blockquote tag

최대 1 분 소요

안녕하세요. 김종혁입니다.

New Syntax & Design for Blockquote tag에 대한 07월 03일(일) 블로그 업데이트 작업이 완료되었습니다.

이제 기본 Posts 뿐만 아니라 Encrypted Posts에서 변경된 Blockquote tag Design과 이를 위한 새로운 Syntax도 확인하실 수 있습니다.

Basics

Default

Syntax

> SVMs can also be used for outlier detection.

Rendering

SVMs can also be used for outlier detection.

[success][Info] 위의 GIF에서 보여지는 비밀번호 입력은 필자를 식별하여 자동으로 이루어집니다.


Secondary

Syntax

> [secondary][Secondary]

Rendering

[secondary][Secondary]


Info

Syntax

> [info][Info]

Rendering

[info][Info]


Success

Syntax

> [success][Success]

Rendering

[success][Success]


Warning

Syntax

> [warning][Warning]

Rendering

[warning][Warning]


Danger

Syntax

> [danger][Danger]

Rendering

[danger][Danger]


Applications

Code

Syntax

> [info][Info]
> ```c
> #include <stdio.h>
> 
> int main(void) {
>   printf("Hello World !");
>   
>   return 0;
> }
> ```

Rendering

[info][Info]

#include <stdio.h>

int main(void) {
  printf("Hello World !");
  
  return 0;
}


항상 좋은 컨텐츠를 제공하기 위해 노력하겠습니다.

감사드립니다.

카테고리:

업데이트:

댓글남기기