Skip to content

Commit

Permalink
Use redcarpet on CRuby so YARD can parse GFM syntax highlighting in t…
Browse files Browse the repository at this point in the history
…he README.
  • Loading branch information
postmodern committed Jan 25, 2022
1 parent 818caa2 commit 4b614a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ group :development do
gem 'rubygems-tasks', '~> 0.2'
gem 'rspec', '~> 3.0'
gem 'simplecov', '~> 0.20', require: false

gem 'kramdown'
gem 'redcarpet', platform: :mri
gem 'yard', '~> 0.9'
gem 'yard-spellcheck'

Expand Down

0 comments on commit 4b614a0

Please sign in to comment.