From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy <boris.verk@gmail.com> Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- th-th/typescript.th.html.markdown | 2 -- 1 file changed, 2 deletions(-) (limited to 'th-th/typescript.th.html.markdown') diff --git a/th-th/typescript.th.html.markdown b/th-th/typescript.th.html.markdown index 5395c2a7..ed231af6 100644 --- a/th-th/typescript.th.html.markdown +++ b/th-th/typescript.th.html.markdown @@ -247,8 +247,6 @@ for (const i of list) { for (const i in list) { console.log(i); // 0, 1, 2 } - - ``` ## อ่านเพิ่มเติมที่ -- cgit v1.2.3