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:
authorGabriel Mazetto <brodock@gmail.com>2018-03-23 07:22:45 +0300
committerGabriel Mazetto <brodock@gmail.com>2018-10-31 17:50:23 +0300
commitc58e6eccc581edd04bf064ac35550c4c1317257b (patch)
tree236c978d9dcbcb1dd6279c3e86418c89649482e3 /Rules
parent2b3c02aedfbbf0bbf8ba1687b0bca5d4b51281c1 (diff)
Patch kramdown filter to generate toc similar to the previous used one
Diffstat (limited to 'Rules')
-rw-r--r--Rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules b/Rules
index 3cc300b0..7003d082 100644
--- a/Rules
+++ b/Rules
@@ -64,7 +64,7 @@ compile '/**/*.md' do
# Use Kramdown with Rouge.
# https://kramdown.gettalong.org/options.html
- filter :kramdown,
+ filter :gitlab_kramdown,
input: 'GitlabKramdown',
syntax_highlighter: 'rouge',
hard_wrap: false,