Markwon icon indicating copy to clipboard operation
Markwon copied to clipboard

Image covering content

Open luciditydreamss opened this issue 1 year ago • 2 comments

  • Markwon version: 4.6.2
  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 avatar Feb 08 '24 16:02 luciditydreamss

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

luciditydreamss avatar Feb 08 '24 16:02 luciditydreamss

我更改了 TextView 的字体,现在图像可以正确显示。

老哥,我也遇到了这个问题,怎么修改字体使得图片正常显示?

magicalapp avatar Aug 24 '24 08:08 magicalapp