how to enter a new paragraph in text area and save in nodejs code example
Example: python add new line from textarea
{{item.note | safe}}
note2 = note.replace('\n', '<br>')
{{item.note | safe}}
note2 = note.replace('\n', '<br>')