Inserting formatted values to SQL table?

I am trying to create a form that allows users to update values in a column (mysql db) with a formatted string. In particular, the string needs to contain newlines and lists/bullet points.

Is it possible to do this? I am using a SQL query to bulk update via primary key. I am not sure what options I have on the form input side in terms of formatting or using control characters like \n.

@thedoge

Hey there :wave: Can I ask if you are looking to type out these values or if you want them to be auto generated?