- ToC {:toc}
We use kramdown
This website uses kramdown
as the basic syntax. However, a lot of html/css/js has been applied to generate some certain contents or styles.
Math also follows the kramdown
syntax.
Footnote
Syntax for footnotes is elaborated more on the website of kramdown.
{% highlight text %} Some text here some other text here.1
Table of Contents
{% highlight text %}
- ToC {:toc} {% endhighlight %}
is used to generate table of contents.
Figure with Caption
{% highlight html %}

where {{ site.url }}
is the configured url of the site.
Notes div
{% highlight html %}
Alternatively, we can use the set attributes syntax in kramdown.
{% highlight md %} This is a paragraph with some class. The class is specified in the end of the paragraph. {: .notes–warning} {% endhighlight %}
The results shows as a paragraph with the corresponding class. Notice that this only works for one paragraph.
This is a paragraph with some class. The class is specified in the end of the paragraph. {: .notes–warning}
Footnote here {% endhighlight %} ↩︎
Table of Contents
Current Ref:
- typography.md