Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-11-07 22:26:07 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-11-07 22:26:07 +0300
commitf81aa1cc845ed3cdde4b0b7b0e91e987154fec57 (patch)
tree664c43467e067d489167ad9ac8fe986b6bc52647 /Rules
parentac6c9d14be8960279be50eab2b791c85b1f8857c (diff)
Add ids to headers so anchor links work.
Diffstat (limited to 'Rules')
-rw-r--r--Rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rules b/Rules
index 0a384c27..b22ec980 100644
--- a/Rules
+++ b/Rules
@@ -33,6 +33,9 @@ compile '/**/*.md' do
strikethrough: true,
superscript: true,
tables: true
+ },
+ renderer_options: {
+ with_toc_data: true
}
layout '/default.*'