-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image does not load #7
Comments
I see. Is it possible for you to share the content of the generated html? You can find the html file in the output of the cli command. It looks like |
yea sure |
I find the problem. Is your image located at "C:\Users\Kero\source\repos\markdown-slides-moffee\example.png"? If this is the case, maybe moffee handles file path in windows format incorrectly. I will fix this ASAP. |
yea location is right and I'm using windows 10 atm. Another question is, does moffee already support syntax highlighting inside code blocks? |
the same question! |
Hello, my Python environment is 3.10, my environment is very clean, no other libraries. When I use 'moffee live' this command for HTML preview, can not load the image, if I enter the command is to export HTML, view the export file is you can see the image loading, there should be a bug. |
Same problem...I can see my pictures in the html files exported, but when using "moffee live" pictures are not correctly displayed. |
Sam problem... Also in Windows |
Hi,
I've tried a bit, but I'm having trouble displaying an image.
I created a virtual environment with .venv and installed moffee via pip.
example.png
is in the same directory as mystart.md
I don't get an error message either. Only the alt text is displayed.
Maybe I'm doing something wrong?
btw. I have the same result with
background-image
property.Apart from that, I really like the way you can configure the layout here. It's simple, although I don't know if the selected characters are that ideal, but it feels more intuitive than on marp.
The text was updated successfully, but these errors were encountered: