From 8110b287a1b406ecffa6e8321b9048542f4d5ff1 Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 27 Oct 2020 11:48:44 +0100 Subject: User commonmarker gem This adds support for Markdown for Resource descriptions. CommonMark: https://commonmark.org/ Gem documentation: https://gjtorikian.github.io/commonmarker/ --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') 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 -- cgit v1.2.3