Skip to content

Commit

Permalink
Change markdown provider to kramdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwildig committed Feb 15, 2014
1 parent 8a37b08 commit 2f66a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .yardopts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--charset utf-8
--readme README.md
--markup markdown
--markup-provider maruku
--markup-provider kramdown
--template-path yard
--default-return ""
--title "Haml Documentation"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gemspec

group :docs do
gem "yard", "~> 0.8.0"
gem "maruku"
gem "kramdown"
end

platform :mri do
Expand Down

0 comments on commit 2f66a89

Please sign in to comment.