Defect #31157
closed
"Markdown" becomes unavailable from Redmine 4.0.3
Added by Hisazumi MIYAKE almost 7 years ago.
Updated over 6 years ago.
Description
After upgrading Redmine 4.0.1 => 4.0.3, [Administration] - [Settings]-[General]-[Text formating] setting's "Markdown" option becomes unavailable.
We are using bitnami redmine-stack installer, version 4.0.3 (bitnami-redmine-4.0.3-0-windows-x64-installer.exe).
I apologize for my poor English skills.
Files
I recommend you to contact the BitNami team because I think the problem is inherent in BitNami.
Redmine 4.0.3 supports Markdown but "Markdown" option does not appear in the "Text formatting" setting if redcarpet gem is unavailable.
- Status changed from New to Resolved
Hi.
Thank you for your reply.
I contacted the Bitnami team.
I got the workaround.
Thanks.
- Status changed from Resolved to Closed
- Resolution set to Invalid
Why this closed? It does not work on git cloned project (tag 4.0.4)...
UPDATE:
It can be fixed by replacing
`gem "redcarpet", "~> 3.4.0"`
to the
`gem "redcarpet", "~> 3.3.2"`
Inside the `Gemfile` (you should re-bundle and restart)...
Also available in: Atom
PDF