From 7b5902d72366878c50327edf6d5f5a4d4f6c4c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20NICOLAS=20=28ccjmne=29?= Date: Thu, 4 Jul 2024 13:47:34 +0200 Subject: [PATCH] Remove markdown break in code block --- lua.html.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua.html.markdown b/lua.html.markdown index a755e6e1..a56e4372 100644 --- a/lua.html.markdown +++ b/lua.html.markdown @@ -332,9 +332,6 @@ end --[[ I'm commenting out this section so the rest of -- this script remains runnable. -``` - -```lua -- Suppose the file mod.lua looks like this: local M = {}