Limit Kramdown's table of contents to h1 and h2 elements

This commit is contained in:
Michael Rose 2014-09-04 14:49:50 -04:00
parent b543d049c7
commit df5ec20746

View file

@ -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"]