How can I insert a line break before a specific character? #142
Unanswered
nicewillsuccess
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to insert a line break before a specific character. I considered using '\n' before the character, but it affects the style and is quite complex to handle. I noticed that in the documentation for text editors, only the run object can add line breaks, but it cannot be inserted before a specific character. Is there a better solution?
Beta Was this translation helpful? Give feedback.
All reactions