How to make it wrapping lines at the edge of view? #384
Unanswered
younky-yang
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 have a simple markdown string like below,
let markdownString = """
淡泊明志,诗书传家——文徵明《绝句》赏析
"""

Markdown(markdownString)
This shows the result like this
it doesn't wrapping the lines at the edge of the view, instead it provides the scrollbar for horizontal scrolling.
Have tried fixedSize, multilineAlignment, etc, but none of my trial works.
Anyone has experience on this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions