Skip to content

Insert the code block causes the ordered list of discontinuity #57

@shepherdlazy

Description

@shepherdlazy

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.
Random ro = new Random();
  1. Second
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions