summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 46842bf..5866d51 100644
--- a/Rakefile
+++ b/Rakefile
@@ -31,7 +31,7 @@ task :readme2md do
.load_file('README.adoc', header_footer: true, backend: 'docbook')
.convert
markdown = PandocRuby
- .convert(docbook, from: :docbook, to: :markdown_github)
+ .convert(docbook, from: :docbook, to: :markdown_github, 'base-header-level': 2)
File.write('README.md', markdown)
end