Change markdown provider to kramdown

This commit is contained in:
Matt Wildig 2014-02-15 01:54:36 +00:00
parent 8a37b08a05
commit 2f66a890c8
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -3,7 +3,7 @@ gemspec
group :docs do
gem "yard", "~> 0.8.0"
gem "maruku"
gem "kramdown"
end
platform :mri do