1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

Add in a TOC

This commit is contained in:
Simon Holywell 2015-07-07 09:45:27 +01:00
parent a0c713664b
commit 2ebaf77431
3 changed files with 12 additions and 1 deletions

View file

@ -10,3 +10,4 @@ highlighter: pygments
kramdown:
input: GFM
hard_wrap: false
toc_levels: "2,3"

View file

@ -2,4 +2,7 @@
layout: default
---
* TOC
{:toc}
{% include sqlstyle.guide.md %}

View file

@ -101,7 +101,14 @@ header.top h1 {
display: none;
}
ul#markdown-toc {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
}
/* Syntax highlighting */
code {