Actions
Defect #41153
closed{{collapse(custom text)}} macro cuts off at first comma
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
I'm trying to use the {{collapse}}
macro in a Redmine instance configured for Markdown formatting, with a custom text that contains a comma for the link:
{{collapse(This is a long sentence, separated by commas into multiple subclauses:) test }}
Unfortunately when this is rendered, everything after the comma is cut off:
Without commas it works:
This is a long sentence separated by commas into multiple subclauses:
This is an unfortunate limitation because my native language is German which uses the comma much more than English, and this forces me to write grammatically incorrect sentences.
Related issues
Actions