Project

General

Profile

Actions

Feature #12036

closed

Allow backtip for inline code with inline block style

Added by Caio Cunha over 11 years ago. Updated over 4 years ago.

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

Related to Redmine - Patch #31343: Visually distinguishable style for code tagClosedGo MAEDA

Actions
Actions

Also available in: Atom PDF