fuwari icon indicating copy to clipboard operation
fuwari copied to clipboard

HTML image tags not rendering in README

Open jadegnome opened this issue 2 months ago • 1 comments

Description: Images renders correctly using Markdown syntax

![Example](./images/example.png)

but do not render when using HTML tags. The goal is to control image size and add captions, which Markdown does not support directly.

Steps to Reproduce:

  1. Add this to README.md:

    <img src="./images/example.png" width="300" />
    
  2. Push to the production branch.

  3. View the README in GitHub or production docs.

Expected Behavior: HTML image tag should render with specified size and caption visible.

Actual Behavior: HTML block is not rendered.

jadegnome avatar Oct 17 '25 12:10 jadegnome

Wanted to raise the same issue. Have you found a way to make it work?

ghost avatar Oct 20 '25 16:10 ghost