Actions
Feature #12036
closedAllow backtip for inline code with inline block style
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Many of big players, as GitHub and StackOverflow, put inline code inside a inline block, with style very close to the pre style.
It would be interesting, for reading clarity and design purposes, that Redmine allow this kind of formatting. The closer we can get to inline code is with marks
, that make monospaced fonts.
I suggest the adoption of the backtip (`) notation for inline code. The result should be similar to the following:
Source:
This is `my little` snippet.
Result:
This is my little snippet.
The current result was achieved with:
This is %{padding:3px; background-color: #fafafa; border: 1px solid #e2e2e2;}my little% snippet.
Related issues
Actions