Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: 4.1-milestone-1
-
Component/s: {Unused} Syntax - markdown/1.0
-
Labels:None
-
Similar issues:
Description
In Markdown, code is written using either
//code with 4 spaces in front
public class FormattedCode {}
or with GitHub's flavor
```
//Code surrounded with 3 backticks
public class FormattedCode {}
```
And finally, this can be inlined using `void doStuff()` (ie simple backticks).
None of these syntax use at least a monospaced font and the backtick version literally displays the backticks