diff --git a/README.md b/README.md index 270e724..4ea16d2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -187,4 +187,4 @@ void main() auto arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; auto result = arr.sum(); } -``` \ No newline at end of file +```