Details
-
Bug
-
Resolution: Fixed
-
Major
-
4.0
-
None
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