1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-09-18 00:15:13 +02:00
commit 3808888575
9 changed files with 53 additions and 24 deletions

View file

@ -169,8 +169,9 @@ With the Kramdown parser for Markdown you can render a table of contents for you
{% highlight html %}
<div class="panel radius" markdown="1">
### Table of Contents
* Auto generated table of contents
**Table of Contents**
{: #toc }
* TOC
{:toc}
</div>
{% endhighlight %}