From 009a6d1c6f60737f4df3068bd2b3827c1917a9d9 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 27 Jul 2025 16:10:24 +0200 Subject: [PATCH] wip: golang playground --- layouts/shortcodes/goplay.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/shortcodes/goplay.html b/layouts/shortcodes/goplay.html index e92223f..496594a 100644 --- a/layouts/shortcodes/goplay.html +++ b/layouts/shortcodes/goplay.html @@ -55,7 +55,6 @@ .replace(/^```/, "") .replace(/```$/, "") .replace(/<.*pre.*>/g, "") - .replace(/<.*pre.*>/g, "") .trim(); }