Skip to content

Commit

Permalink
Use kramdown instead of Redcarpet
Browse files Browse the repository at this point in the history
Because Redcarpet can't work on JRuby.
  • Loading branch information
kou committed May 21, 2015
1 parent a7ec7a0 commit 42f2b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .yardopts
Expand Up @@ -2,6 +2,8 @@
--no-private
--output doc/reference/en
--title "groonga-command-parser API Reference"
--markup markdown
--markup-provider kramdown
--po-dir doc/po
-
doc/text/*
2 changes: 1 addition & 1 deletion groonga-command-parser.gemspec
Expand Up @@ -62,6 +62,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("bundler")
spec.add_development_dependency("packnga")
spec.add_development_dependency("yard")
spec.add_development_dependency("redcarpet")
spec.add_development_dependency("kramdown")
end

0 comments on commit 42f2b03

Please sign in to comment.