aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-27 11:48:44 +0100
committerhellekin <hellekin@cepheide.org>2020-10-27 11:48:44 +0100
commit8110b287a1b406ecffa6e8321b9048542f4d5ff1 (patch)
tree3529d2d99d3efa2f446b705fb2e115e2dc2fc4fe /Gemfile
parent383a840c50ca8f6df19677e93357e9dc6c0e043c (diff)
downloadincommon-map-8110b287a1b406ecffa6e8321b9048542f4d5ff1.tar.gz
User commonmarker gem
This adds support for Markdown for Resource descriptions. CommonMark: https://commonmark.org/ Gem documentation: https://gjtorikian.github.io/commonmarker/
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1897dd4..f094cc3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,6 +28,8 @@ gem 'jbuilder', '~> 2.7'
gem 'acts_as_list'
# Use bitfields in models
gem 'bitfields'
+# Use Markdown for descriptions
+gem 'commonmarker'
# Use Discourse API
gem 'discourse_api'
# User pagination