Replies: 1 comment
-
Yes - and it would look much nicer to have a small amount of padding around the text in the shaded |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently inline code fragment (``) is rendered using build-in SwiftUI attribute
backgroundColor
.To be more accurate with GitHub theme inline code fragment should be rendered with rounded-corner-background.
It can be done with SwiftUI's new TextRenderer api (useful article)
Beta Was this translation helpful? Give feedback.
All reactions