Actions
Feature #29474
closedSupport single ` and triple ``` backquote/backtick syntax
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Description
Many modern tools like Slack/Github/BitBucket support single backtick `for special formatting of slingle line` and triple backtick
```
for
longer
code
fragments
```
this is very convenient. Could you please support that?
Updated by Marius BÄ‚LTEANU about 6 years ago
- Category changed from Issues to Text formatting
- Status changed from New to Closed
- Resolution set to Invalid
Kamil, ``` and ` are already supported if you set the text formatting to Markdown (in Administration). Default setting of Redmine for text formatting is textile (also this instance uses Textile).
In the next Redmine version, the generated output of the "pre" button in Markdown toolbar will be ```, please see #22843.
Actions