From c3ad5cab5fdac8715e95f191155cfc1e1c821db4 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Fri, 10 Jul 2026 11:46:05 +0200 Subject: [PATCH] Update Core.js --- Core.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core.js b/Core.js index 1dfe517..37c99e7 100644 --- a/Core.js +++ b/Core.js @@ -1,5 +1,5 @@ /** - * SimonUp Core Compiler (Core.js) - Version 1.2b.004 + * SimonUp Core Compiler (Core.js) - Version 1.2b.005 * Eine moderne, fluss- und blockorientierte Auszeichnungssprache. */ class SimonUp { @@ -288,7 +288,7 @@ class SimonUp { replaceOutsideTags(new RegExp(rule.symbol + '(.+?)(?:\\/' + rule.symbol + '|\\/|' + rule.symbol + '|$)'), `<${rule.tag}>$1`); } - // Fußnoten abfangen und registrieren statt nur als Title zu setzen + // Fußnoten abfangen und registrieren let self = this; html = html.replace(/\^x\[([^\]]+)\]\^x/g, function(m, content) { self.currentFootnotes.push(content);