From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- typescript.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'typescript.html.markdown') diff --git a/typescript.html.markdown b/typescript.html.markdown index 64f5ca5b..6346a986 100644 --- a/typescript.html.markdown +++ b/typescript.html.markdown @@ -287,7 +287,6 @@ interface Foo { let foo = {} as Foo; // Type assertion here foo.bar = 123; foo.baz = 'hello world' - ``` ## Further Reading -- cgit v1.2.3