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-22 07:16:08 +0300
committerGabriel Mazetto <brodock@gmail.com>2018-10-31 17:50:22 +0300
commit2b3c02aedfbbf0bbf8ba1687b0bca5d4b51281c1 (patch)
treeef8a4860efc34bb65cffa6999488cc821ca890a5 /Rules
parentc76c418e865ed93fcd9fd45105d8b87c3d76f5ce (diff)
Use Gitlab Kramdown
Diffstat (limited to 'Rules')
-rw-r--r--Rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules b/Rules
index d64c9d89..3cc300b0 100644
--- a/Rules
+++ b/Rules
@@ -65,7 +65,7 @@ compile '/**/*.md' do
# Use Kramdown with Rouge.
# https://kramdown.gettalong.org/options.html
filter :kramdown,
- input: 'GFM',
+ input: 'GitlabKramdown',
syntax_highlighter: 'rouge',
hard_wrap: false,
auto_ids: true,