Skip to content

Render HTML images in markdown files #234

@linkarzu

Description

@linkarzu

If I open an HTML or CSS file I can render the images in them because of these options

          html = {
            enabled = true,
          },

          css = {
            enabled = true,
          },

So in my html file I do see the following image rendered

<img
  src="https://res.cloudinary.com/daqwsgmx6/image/upload/q_75/v1717456413/youtube/neovim/neovim-vs-neovide.avif"
  alt="neovide-vs-neovim"
/>

But if in a markdown file, I cannot render HTML images, is it possible to have the option, to render HTML images in markdown files? I guess not everyone would like to have it on by default

I originally asked about this in discord 16 days ago, and I said I would open this issue in a "little while", this is a little while 🤣 (sorry but my procrastinating skills and random change in priorities don't allow me to focus)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions