From f37a42fc3c4e3b7a008b66ae0c14a355f3b2003f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 20 Dec 2022 16:57:44 -0800 Subject: [PATCH] Add tableofcontents config to config example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 47dd173c..b3f993dd 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,10 @@ markup: unsafe: true highlight: style: vs + tableofcontents: + endlevel: 6 + ordered: true + startlevel: 2 module: imports: - path: "github.com/willfaught/paige"