Feature #14260
Simplify the syntax highlighting
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Duplicate |
Description
instead of pre/code tag for code highlighting, it should use ``` for simplicity
```lang
//code
```
like https://help.github.com/articles/github-flavored-markdown#syntax-highlighting, https://github.com/github/markup.
Related issues
History
#1
Updated by Go MAEDA over 6 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
It is Markdown syntax and Redmine supports Markdown since Redmine 2.5.0 (#15520).
#2
Updated by Go MAEDA over 6 years ago
- Duplicates Feature #15520: Markdown formatting added