Skip to content

Add an image via HTML #205

@seaveredge

Description

@seaveredge

When I want to have an image, which is a float, such that it wraps around the text as (hopefully rendered correctly) in this issue.

However, if I try to do this in the .md file with the correct HTML code, it views it correctly in the VSCode editor (in terms of the markdown previewer, but when I build the website again, it does not show...

The code that I use (with example image):

<img style="float: right; margin: 0px 0px 15px 20px;" src="https://www.w3schools.com/Css/w3css.gif" width="40px">

When I inspect the element in the browser (at local host) it says <!-- raw HTML omitted -->. Is there a way to circumvent this?

PS. This is my first time opening an issue at a repository that is from someone I don't know. I hope this is the correct place to ask this, otherwise feel free to move this to another tab.

EDIT: Ok, the markdown is not rendered correctly in Github, but I hope you get the point. Thanks in advance anyway for considering my problem :)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions