travs / markdown-pdf

Convert markdown to pdf, png or jpeg on the fly in Atom
MIT License
262 stars 44 forks source link

Base 64 images in markdown are not displayed #252

Open MarkStruik opened 7 months ago

MarkStruik commented 7 months ago

Prerequisites

Issue description

I want to be able to use base64 images in my markdown files. this way i keep images in the markdown. for easier moving of files

files used for input are in the gist

expected: image

actual image

Steps to reproduce

running the docker container: podman run --rm -p 3000:3000 gotenberg/gotenberg:8 gotenberg --api-timeout=600s run the markdown convert api ( you can see vars used in the actual image )

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Input

If your markdown document does not contain sensitive information, it is easier to diagnose with the exact contents of the file. You can create a gist of the file and paste the link here: https://gist.github.com

https://gist.github.com/MarkStruik/1984290414e0cb58318862167cafc660

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.