From 1cab3d4af609a01c7da26dc3382e9b9198e97500 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 3 Sep 2014 22:35:57 -0400 Subject: [PATCH] Limit Kramdown table of contents to h1 and h2's --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d1ebdcc..5b5b603 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,7 @@ kramdown: auto_ids: true footnote_nr: 1 entity_output: as_char - toc_levels: 1..6 + toc_levels: 1..2 use_coderay: false include: [".htaccess"]