@82mhz Should just be \n
```python
mastodon.status_post('\ntext\n')
```
or
```python
mastodon.status_post("""
Lots of whitespace
""")
```
@82mhz docs imply status is just a python str, so anything you can put in an utf-8 should work
https://mastodonpy.readthedocs.io/en/stable/05_statuses.html?highlight=status_post#status-post
♡ 2 ↻ 0