We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
So I am passing string with single quotes to markdownString (for example text example)
text example
Down(markdownString: stringExample).toAttributedString() - like this
Down(markdownString: stringExample).toAttributedString()
As a result its font size is less than other words in string, how to fix this?