Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image covering content #469

Open
luciditydreamss opened this issue Feb 8, 2024 · 2 comments
Open

Image covering content #469

luciditydreamss opened this issue Feb 8, 2024 · 2 comments

Comments

@luciditydreamss
Copy link

  • 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
Copy link
Author

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

@9292922
Copy link

9292922 commented Aug 24, 2024

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants