support table of contents for Markdown posts

This commit is contained in:
Yihui Xie
2017-06-22 22:33:39 -05:00
parent 6b05e21804
commit b2e8d8212a
3 changed files with 9 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ hr {
border-style: dashed;
color: #ddd;
}
#TableOfContents, #TOC {
border: 1px solid #eee;
border-radius: 5px;
}
/* code */
pre {