Skip to content
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

asciidoctor: WARNING: image to embed not found or not readable: /tmp/images/ #107

Open
efurlanm opened this issue Jan 3, 2020 · 0 comments

Comments

@efurlanm
Copy link

efurlanm commented Jan 3, 2020

Hi
I have a issue with relative path in asciidoc (like in image:./images/photo.jpg) and the only way to solve is adding dir="./" in blogger.py:

                with self.namedTemporaryFile(delete=False, dir="./",
                                             suffix=".adoc") as fp:

and now relative path work to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant