nme.kr

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
프로그램:language:markdown [2022/01/13 15:14]
clayeryan@gmail.com [ 마크다운 markdown 작성법]
프로그램:language:markdown [2024/03/14 09:18] (현재)
clayeryan@gmail.com [2.2. BlockQuote]
줄 72: 줄 72:
 ``` ```
 > This is a first blockqute. > This is a first blockqute.
-> > This is a second blockqute. +>> This is a second blockqute. 
-> > > This is a third blockqute.+>>> This is a third blockqute.
 ``` ```
 > This is a first blockqute. > This is a first blockqute.
-> > This is a second blockqute. +>> This is a second blockqute.  
-> > > This is a third blockqute.+>>> This is a third blockqute. 
  
 이 안에서는 다른 마크다운 요소를 포함할 수 있다. 이 안에서는 다른 마크다운 요소를 포함할 수 있다.
줄 420: 줄 420:
 </markdown> </markdown>
  
->