Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit b0cd039

Browse files
committed
Set redcarpet for markdown
1 parent 9390e2c commit b0cd039

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.yardopts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--exclude features
22
--no-private
33
--markup markdown
4+
--markup-provider redcarpet
45
--default-return void
56
-
67
Filtering.md

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ else
2121
end
2222

2323
gem 'yard', '~> 0.9.22', :require => false
24+
gem 'redcarpet'
25+
gem 'github-markup'
2426

2527
### deps for rdoc.info
2628
group :documentation do
27-
gem 'redcarpet', '2.1.1', :platform => :mri
28-
gem 'github-markup', '0.7.2', :platform => :mri
2929
end
3030

3131
if RUBY_VERSION < '2.0.0' || RUBY_ENGINE == 'java'

0 commit comments

Comments
 (0)