InlineStyle Customization #74
kennerhartman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I really love and appreciate how simple to use this package is! I would love to make one obstacle I am running into for my use case:
When using
StructuredTextwith a markdown file I pull from an API, I am able to customize the style ofCodeBlockStyleto allow padding, change of background, etc. One problem I am running into isInlineStylingis not given the same treatment to allow padding or other customizations I am making withCodeBlockStyle.Would it be possible to extend such functionality to
InlineStylingto make use of these other view modifiers?All reactions