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...
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 :)
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):
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 :)