Markwon
Markwon copied to clipboard
Image covering content
- Markwon version: 4.6.2
-
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. -
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)
I changed the font of my TextView and now the image is displaying correctly.
我更改了 TextView 的字体,现在图像可以正确显示。
老哥,我也遇到了这个问题,怎么修改字体使得图片正常显示?