-
@ FREDERIK DIAMOND
2025-02-13 17:50:40It would be nice if Nostr clients started supporting code blocks. Think about how cool it’d be if clients converted the text below into a code block: ```typescript function add(a: number, b: number): number { return a + b; } console.log(add(3, 5)); ```