Actions
Defect #3590
closedRedmine should depend on the "redcloth" gem instead of having its own outdated copy of redcloth
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-07-06
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
Because then Redmine users could participate in improvements to redcloth.
Specifically
| multi
line
table | cells |
should be supported, which is currently not the case.
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
See #2346.
You can also write your own wiki formatter if you really need to use latest Redcloth gem.
You can find an example of a Markdown formatter plugin here:
http://github.com/bitherder/redmine_markdown_formatter/tree/master
Actions