dtonon / oracolo

A minimalist Nostr blog that consists of a single html file
MIT License
144 stars 8 forks source link

Render newlines in profile bio #6

Closed basantagoswami closed 3 weeks ago

basantagoswami commented 1 month ago

Added white-space: pre-line; to .about so that it renders newlines in my bio. pre-line removes the extra whitespaces but keeps the \n s

dtonon commented 3 weeks ago

@basantagoswami sorry I forgot to notify you that the problem has been fixed, thanks for the report.