summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5866d51..84dcba2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -28,7 +28,7 @@ task :readme2md do
require 'pandoc-ruby'
docbook = Asciidoctor
- .load_file('README.adoc', header_footer: true, backend: 'docbook')
+ .load_file('README.adoc', header_footer: true, backend: 'docbook', attributes: 'npm-readme')
.convert
markdown = PandocRuby
.convert(docbook, from: :docbook, to: :markdown_github, 'base-header-level': 2)