From 98e9a61b98ac127c5cb81f8e03380355942fa8e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 4 Nov 2025 08:40:10 +0100 Subject: [PATCH] fix: markdown rendering on index.html (#3472) --- lnbits/core/templates/core/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lnbits/core/templates/core/index.html b/lnbits/core/templates/core/index.html index a9fe2025..d11d2450 100644 --- a/lnbits/core/templates/core/index.html +++ b/lnbits/core/templates/core/index.html @@ -94,9 +94,8 @@

- {{SITE_DESCRIPTION}} -

+ v-html="formatDescription" + >