How to customize list styles? #85
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
All of your questions are very confusing it is a table rather than a list However, it’s using Please be specific and do not give random things like |
Beta Was this translation helpful? Give feedback.
-
|
I apologize for confusing them; it seems to be a lack of depth in my understanding of Swift/SwiftUI My question is as follows: I hope to customize the Table style, including the header and body background colors, as well as adding vertical dividing lines between the columns I did not find any relevant modifiers in the document. So I'd like to ask how to define it |
Beta Was this translation helpful? Give feedback.
-
|
Table style customization already implemented in pre-2.4.0 (aka. main branch), including:
No, this is not supported yet since SwiftUI’s
No as well. For now, we only support horizontal row separator visibility control. You can only obtain Resources
|
Beta Was this translation helpful? Give feedback.
-
|
I see. Does markdownview currently support custom block quote styles? Are there plans to support this feature in the future |
Beta Was this translation helpful? Give feedback.


Table style customization already implemented in pre-2.4.0 (aka. main branch), including:
No, this is not supported yet since SwiftUI’s
GridRowbehaves likeGroup, you can only add backgrounds to actual cell contentNo as well. For now, we only support horizontal row separator visibility control. You can only obtain
rowfromMarkdownTableStyleConfigurationResources
DefaultMarkdownTableStylefor how I implement the styleSwiftUI.View.…