Add pandoc
All checks were successful
/ Run tests (push) Successful in 1m35s
/ Run system tests (push) Successful in 2m31s
/ Build, push and deploy image (push) Successful in 6m18s

This commit is contained in:
david 2024-07-26 03:14:07 +02:00
parent dec482bfba
commit 109dcd205c
11 changed files with 108 additions and 4 deletions

View file

@ -1,2 +1,4 @@
# Add this line to config/initializers/mime_types.rb in your Rails application
Mime::Type.register "application/vnd.openxmlformats-officedocument.wordprocessingml.document", :docx
Mime::Type.register "application/vnd.openxmlformats-officedocument.wordprocessingml.document", :docx
Mime::Type.register "text/richtext", :rtf
Mime::Type.register "application/vnd.oasis.opendocument.text", :odt