Skip to content

Commit

Permalink
readup contents: fix initial headers
Browse files Browse the repository at this point in the history
The headers in the original doc are h3's, but they should get pushed up
to h1's for readup contents when extracted.
  • Loading branch information
wfleming committed Mar 3, 2016
1 parent 84eb8d4 commit 2dde67c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace :docs do
if line.start_with?("## MD")
content.write
content = Content.new(line[/(MD\d+)/])
line = line[1..-1]
end

content << line
Expand Down

0 comments on commit 2dde67c

Please sign in to comment.