table of content
# TOC in normal markdown
use the simple go
script to generate the TOC
from any markdown file.
$ curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o toc
$ chmod a+x toc
$ mv toc /usr/local/bin
$ toc README.md
# TOC in vuepress markdown
use the vuepress marco
tag [[toc]]
example:
<h3>table of content</h3>
[[toc]]