1. Item One
2. Item Two, for example:
```
private bool Test()
{
return this.IFeelLucky;
}
```
3. Item Three
works:
Item One
Item Two, for example:
private bool Test() { return this.IFeelLucky; }Item Three
Or indent 8four more spaces insteadbeyond what's needed to indicate that the line is within the list item. In this example, that's 7 spaces: 3 spaces to line the start of using backticksthe text up with the list item indent (here, the three characters of "2. "), plus 4 additional spaces to indicate the lines are code, for a total of 7 spaces:
1. Item One
2. Item Two, for example:
private bool Test()
{
return this.IFeelLucky;
}
3. Item Three
Like this:
Item One
Item Two, for example:
private bool Test() { return this.IFeelLucky; }Item Three