noties / Markwon

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

Image covering content #469

Open luciditydreamss opened 4 months ago

luciditydreamss commented 4 months ago
  1. Please specify expected/actual behavior When loading an image with image-glide, the image covers the markdown content above it.
    It's like it position the bottom of the image at the right place, but doesn't make space for it.

  2. Please specify conditions/steps to reproduce (layout, code, markdown used, etc)

            markwon = Markwon.builder(requireContext())
                    .usePlugin(GlideImagesPlugin.create(requireContext()))
                    .build()
            markwon.setMarkdown(contentTextView, article.contentMd)
luciditydreamss commented 4 months ago

I changed the font of my TextView and now the image is displaying correctly.