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-10-31 17:48:27 +0300
committerGabriel Mazetto <brodock@gmail.com>2018-10-31 18:12:57 +0300
commitea37e0036e78651db866cc15eb494596a812c271 (patch)
treee015bef806a86760940978ebb3e8cb603a92fc2e /Rules
parent3e1d1131860b666fe9e56fd9928781f1ed21d969 (diff)
Define a default language to fix codeblock rendering
Diffstat (limited to 'Rules')
-rw-r--r--Rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rules b/Rules
index 563f4d1e..43650fe2 100644
--- a/Rules
+++ b/Rules
@@ -67,6 +67,7 @@ compile '/**/*.md' do
filter :gitlab_kramdown,
input: 'GitlabKramdown',
syntax_highlighter: 'rouge',
+ default_lang: 'Plain Text',
hard_wrap: false,
auto_ids: true,
toc_levels: 2..5,