mermaid: true
<div class="mermaid"> graph TD; A-->B; A-->C; B-->D; C-->D; </div> 또는 ```mermaid graph TD; A-->B; A-->C; B-->D; C-->D; ```
https://mermaid.js.org/intro/syntax-reference.html
https://mermaid.live/edit
참고
Repository 생성 github 로그인 New repository repository 이름 작성 repository의 이름에 따라서 접속 URL이 변경된다. 형식 : https://[유저 id].github.io/[repository의 이름] 생성된 repositor...
게시글 파일 만들기 _post 폴더로 이동한다. yyyy-mm-dd-title.md 형식의 파일을 만든다. 게시글 작성 과정 파일 생성 머릿말 작성 본문 작성 머릿말 작성 방법 위아래의 — 사이에 작성한다. 필요한 각 요소들을 작성한다. layout 레이아...
환경설정
코드 강조 기능 사용하기
새 버전의 콘텐츠를 사용할 수 있습니다.