Integration of markdown with redcarpet gem
This commit is contained in:
parent
0c1ed4408f
commit
f6a9142510
3 changed files with 15 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -81,6 +81,9 @@ gem 'active_model_serializers'
|
|||
# Use FontAwesome for splash themes
|
||||
gem 'font-awesome-rails'
|
||||
|
||||
#Use Redcarpet for Markdown in description
|
||||
gem 'redcarpet'
|
||||
|
||||
# Use rspec and capybara as testing framework
|
||||
group :development, :test do
|
||||
gem 'rspec', '>= 3.0.0.beta'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue