From 93c25f48265c10075b55e0d9a0e288026b1f70f1 Mon Sep 17 00:00:00 2001 From: silberengel Date: Thu, 14 Aug 2025 18:50:44 +0200 Subject: [PATCH] fixed image display fixed user outline display fixed visualization node links and added backlink consolidated common parser functions --- src/lib/components/CommentBox.svelte | 15 +- src/lib/components/Notifications.svelte | 26 +- src/lib/components/cards/ProfileHeader.svelte | 5 +- src/lib/components/util/ArticleNav.svelte | 46 +++- .../navigator/EventNetwork/NodeTooltip.svelte | 4 +- .../utils/markup/asciidoctorPostProcessor.ts | 80 +++--- src/lib/utils/markup/basicMarkupParser.ts | 246 +++--------------- src/lib/utils/markup/markupServices.ts | 223 ++++++++++++++++ 8 files changed, 343 insertions(+), 302 deletions(-) create mode 100644 src/lib/utils/markup/markupServices.ts diff --git a/src/lib/components/CommentBox.svelte b/src/lib/components/CommentBox.svelte index 9d7e978..b25557f 100644 --- a/src/lib/components/CommentBox.svelte +++ b/src/lib/components/CommentBox.svelte @@ -1,5 +1,6 @@