You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first
this is contents of. Random ro = new Random();
Second
Third
b. Example Abnormal
The first
this is contents of.
Randomro=new Random();
Second
Third
Source Code
#### a. Example Normal
1. The first
this is contents of.
`Random ro = new Random();`
2. Second
3. Third
#### b. Example Abnormal
1. The first
this is contents of.
\```csharp
Random ro = new Random();
\```
2. Second
3. Third
The text was updated successfully, but these errors were encountered:
Markdown requires new block-level elements in a list item to be indented by 4 spaces. So in order for the code block to not reset the list, you need to add 4 spaces before the backticks.
b. Example Abnormal
The first
this is contents of. csharp Random ro = new Random();
Second
Third
Source:
#### b. Example Abnormal
1. The first
this is contents of.
```csharp
Random ro = new Random();
\```
2. Second
3. Third
I didn't think of it at the time, but that's because there needs to be a blank line between the list item's paragraph and the code block. Otherwise, the code black is considered to be a code span and is part of the paragraph.
b. Example Abnormal
The first
this is contents of.
Randomro=new Random();
Second
Third
Source Code
#### b. Example Abnormal
1. The first
this is contents of.
```csharp
Random ro = new Random();
\```
2. Second
3. Third
a. Example Normal
this is contents of.
Random ro = new Random();
b. Example Abnormal
this is contents of.
Source Code
The text was updated successfully, but these errors were encountered: