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;