You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @loudmouth
Under the assumption that you tried to update a styling after setting the text on a MarkDownTextView.
I made the fix: #79
The MarkDownTextView wasn't designed to allow the whole styling to be updated after initialisation, the properties on it however are.
If this isn't your issue, could you provide some more context?
Are you using the MarkDownConfiguration .view or .attributedString
Can you provide more insight on when you are setting the styling and a sample of the markdown your are using creates this contentInsets issue?
As addition, the contentInsets are correctly rendered as far as I can see. But they might work differently than you expect.
The code block styling insets will modify the insets of the text within the gray box, but not the box itself. Do you expect the whole gray box to be inset?
👋
When doing something like this:
and then applying that styling, I have noticed that the contentInsets aren't rendered. Other attributes of
codeBlockStyling
are rendered properly.The text was updated successfully, but these errors were encountered: