How to adjust the margin/padding of markdown? #362
-
Thank you for creating such a fantastic library! I noticed that the markdown examples include margins/padding on the leading and trailing edges. Could you please let me know how to remove or adjust them? I’m currently integrating the library into a UIKit app and learning how to customize it to match the app's theme. Any guidance would be greatly appreciated.
|
Beta Was this translation helpful? Give feedback.
Answered by
gonzalezreal
Nov 21, 2024
Replies: 1 comment 1 reply
-
Hey @yccheok, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yccheok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @yccheok,
The
Markdown
view does not add any padding to the contents. That padding is coming from somewhere else, maybe the theme you are using?