I've tried everything I can think of but cannot make a post over multiple lines.
I expected to be able to use \n
Line 1\nLine2 but this posts it all in a single line including the \n
Is there a way to make multiline formatted posts?
EDIT: Managed to do it with triple quote blocks
bsky post """
Line 1
Line 2
Line 2
"""
Maybe add the information to the README
I've tried everything I can think of but cannot make a post over multiple lines.
I expected to be able to use \n
Line 1\nLine2 but this posts it all in a single line including the \n
Is there a way to make multiline formatted posts?
EDIT: Managed to do it with triple quote blocks
bsky post """
Line 1
Line 2
Line 2
"""
Maybe add the information to the README