Add support for markdown-formatted toots

This commit is contained in:
Thibaut Girka
2019-05-12 20:20:05 +02:00
committed by ThibG
parent bfc509f44a
commit 94aef563b9
3 changed files with 48 additions and 6 deletions

View File

@@ -95,6 +95,8 @@ gem 'json-ld', '~> 3.0'
gem 'json-ld-preloaded', '~> 3.0'
gem 'rdf-normalize', '~> 0.3'
gem 'redcarpet', '~> 3.4'
group :development, :test do
gem 'fabrication', '~> 2.20'
gem 'fuubar', '~> 2.3'