Closed
Description
Thanks for taking care of #367
I tested the newest release on windows. It manages to make an html with the metadata, but the pdf generation fails and I get
[ INFO ] Converting 1 markdown...
[ WARN ] Insecure local file accessing is enabled for conversion from vshale_langfjellet.md.
[ ERROR ] Failed converting Markdown. (source is not defined)
My call looks like this
marp.exe mydoc.md --pdf --allow-local-files --theme .css\mycss.css --html
Same call using the v1.2 works.