Geneuin
Geneuin
~1 min read

Categories

목차 기능

마크다운으로 작성한 헤더에 대해 목차를 표시할 수 있습니다. ` # ` , ##

포스트 내에 목차를 표시할려면

{::options parse_block_html="true" /}
<div id="entry-table-of-contents" class="toc-wrapper">
<h2 id="toc-toggle" class="no_toc">
  Table of Contents <i class="toc-toggle-icon fas fa-chevron-down"></i>
</h2>
1. toc
{:toc}
</div>
{::options parse_block_html="false" /}

를 작성해 주기만하면 됩니다.

예 )

Table of Contents

  1. 목차 기능
    1. 참고

예시 )

참고


참고 사이트