aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_plugins/gleps.rb')
-rw-r--r--_plugins/gleps.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/_plugins/gleps.rb b/_plugins/gleps.rb
index 79ac6a2..abd2576 100644
--- a/_plugins/gleps.rb
+++ b/_plugins/gleps.rb
@@ -55,7 +55,8 @@ module Gentoo
@replacedby = $1 if line =~ /^Replaced-By: (.*)$/
break if line.chomp.empty?
end
- @content = RbST.new(lines.join('')).to_html
+ @content = RbST.new(lines.join('')).to_html(
+ 'initial-header-level' => 2)
glep_data = {
'number' => @number,