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-10-07 06:29:09 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-07 06:29:09 +0300
commit8bcc450da8993db6abd1366a566eda1d6f14119b (patch)
tree1d55c2b83be910edb1b7fe1f9ad4b2cc8f968875 /Rules
parentdfcbe95b7a12d33bfd40381e023559c1c4c141f6 (diff)
Improve styles for highlighting.
Diffstat (limited to 'Rules')
-rw-r--r--Rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rules b/Rules
index a8698b71..7bbaba27 100644
--- a/Rules
+++ b/Rules
@@ -7,7 +7,8 @@ end
compile '/**/*.md' do
filter :kramdown,
input: 'GFM',
- syntax_highlighter: 'rouge'
+ syntax_highlighter: 'rouge',
+ hard_wrap: false
layout '/default.*'
end