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
And when I use the plaintText(_ text: String) to provide a font for the plain body text, it overrides the header font changes value and forces all text from the entire string an displays it with the same font
The text was updated successfully, but these errors were encountered:
I think essentially I can't apply a font to the body without overriding all headers. Foreground color seems to override as well.
This is kind of a bummer for me. I'd be happy to help make some commits to improve this functionality but would greatly appreciate a little bit of direction before I dive into it
The plaintText(_ text: String) method is the basic building block of all text-based elements, so the changes to this will eventually affect all text components. It is suggest that apply you custom behavior to the specific element; for example, if you want to change the header font, just apply the font modifier to the header block delegate method.
I have some markdown text like this:
This is my title
And this is my body
And when I use the plaintText(_ text: String) to provide a font for the plain body text, it overrides the header font changes value and forces all text from the entire string an displays it with the same font
The text was updated successfully, but these errors were encountered: