From f444ae5735a78bbe67a27aeb473f9c4bdb54d017 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 9 Jul 2026 23:09:14 +0200 Subject: [PATCH] Update Core.js --- Core.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Core.js b/Core.js index f5162a2..f81bcd1 100644 --- a/Core.js +++ b/Core.js @@ -126,7 +126,6 @@ class SimonUp { const intro = lines.map(function(l) { return self._parseInline(l); }).join('
'); tocWrapper += `

${intro}

\n`; } - // Eindeutiges Token exakt im Container platzieren tocWrapper += '\n'; tocWrapper += ''; return tocWrapper;