Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lempiji authored May 7, 2021
1 parent 5551f7c commit c0cd569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ __block 2__
writeln(message); // Hello, Markdown!
```

### Disabled
### Disabled block

Code blocks specified as `disabled` will not be executed, as shown below.

Expand Down Expand Up @@ -187,4 +187,4 @@ void main()
auto arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
auto result = arr.sum();
}
```
```

0 comments on commit c0cd569

Please sign in to comment.