Browse Source

bug-fixes:

add blank line before OL, to ensure proper fromatting
master
Silberengel 7 days ago
parent
commit
63b433fdf1
  1. 1
      src/metadataManager.ts

1
src/metadataManager.ts

@ -490,6 +490,7 @@ export async function writeMetadata( @@ -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");

Loading…
Cancel
Save