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:
parent
a0c713664b
commit
2ebaf77431
3 changed files with 12 additions and 1 deletions
|
@ -10,3 +10,4 @@ highlighter: pygments
|
|||
kramdown:
|
||||
input: GFM
|
||||
hard_wrap: false
|
||||
toc_levels: "2,3"
|
||||
|
|
3
index.md
3
index.md
|
@ -2,4 +2,7 @@
|
|||
layout: default
|
||||
---
|
||||
|
||||
* TOC
|
||||
{:toc}
|
||||
|
||||
{% include sqlstyle.guide.md %}
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue