I’m trying to update a shape with a line break
shape_content = "This is a shape with\na line break."
data = { "data": { "content": shape_content } }
but Miro doesn’t give me a line break.
I can manually do it just by hitting enter.
Can anybody help me with this?