From 63b433fdf1f4d208103047fcf00859c0dedfb80e Mon Sep 17 00:00:00 2001 From: Silberengel Date: Tue, 27 Jan 2026 20:22:16 +0100 Subject: [PATCH] bug-fixes: add blank line before OL, to ensure proper fromatting --- src/metadataManager.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/metadataManager.ts b/src/metadataManager.ts index 080dbff..f76ceae 100644 --- a/src/metadataManager.ts +++ b/src/metadataManager.ts @@ -490,6 +490,7 @@ export async function writeMetadata( lines.push("---"); lines.push(""); lines.push("**How to use this app:**"); + lines.push(""); lines.push("1. Edit your content above"); lines.push("2. Click the Nostr menu button (lightning bolt icon ⚡) in the left sidebar"); lines.push("3. Select \"Create Nostr events\" to create and sign events");