fuwari
fuwari copied to clipboard
HTML image tags not rendering in README
Description: Images renders correctly using Markdown syntax

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:
-
Add this to
README.md:<img src="./images/example.png" width="300" /> -
Push to the production branch.
-
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.
Wanted to raise the same issue. Have you found a way to make it work?