From c0cd569fcf157d151a822dfa9a9568430e1c9a3c Mon Sep 17 00:00:00 2001 From: lempiji Date: Fri, 7 May 2021 23:56:59 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```