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 --- lua.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'lua.html.markdown') diff --git a/lua.html.markdown b/lua.html.markdown index f11d67a8..64bfffbc 100644 --- a/lua.html.markdown +++ b/lua.html.markdown @@ -386,7 +386,6 @@ g = load('print(343)') -- Returns a function. g() -- Prints out 343; nothing printed before now. --]] - ``` ## Community -- cgit v1.2.3