noties / Markwon

Android markdown library (no WebView)
https://noties.io/Markwon/
Apache License 2.0
2.68k stars 298 forks source link

How to add vertical margin to an image? #476

Closed AllexUnderr closed 2 months ago

AllexUnderr commented 2 months ago

Is it possible to add vertical margin to an image?

Strokkur424 commented 2 months ago

As far as I am aware, there is no direct way to add margins to images. The only way you can achieve that is by adding a line break before or after your image

AllexUnderr commented 2 months ago

Actually line breaks are not suitable in my case but thank you for your answer!