Skip to content

Commit

Permalink
I improved the numerotation for HTML chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jun 24, 2015
1 parent 3ac4c80 commit 3d39837
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion pillar.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,28 @@
"template" : "support/templates/chapter.html.template",
"separateOutputFiles" : true,
"level1" : {
"numbering" : false
"numbering" : true,
"size":0
},
"level2" : {
"numbering" : true,
"size":1,
"renderAs":"number"
},
"level3" : {
"numbering" : true,
"size":2,
"renderAs":"number"
},
"level4" : {
"numbering" : true,
"size":3,
"renderAs":"number"
},
"level5" : {
"numbering" : true,
"size":1,
"renderAs":"letter"
}
},
"Markdown by chapter" : {
Expand Down

0 comments on commit 3d39837

Please sign in to comment.