You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
this is a general hugo thing to not render raw HTML.
I also use it sometimes, Depending on how you structure your config files.
If you have a _default folder, create a markdown.toml
I've got the same issue with this theme. Im trying to implement the lightbox or a figure template, so they dont take so much space and are more dynamic. But the lightbox here isnt working. I can tell the js is loaded and does sth by debugging in developer tools in my browser, but the images dont actually change. https://hugocodex.org/add-ons/lightbox/
So im looking for a way to add images in a more dynamic and prettier fashion.
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 :)
The text was updated successfully, but these errors were encountered: