We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the image path referenced in the example is a relative path, it cannot be processed correctly. For example,
![](../figures/cover.png)
Will produce an error, and the result will be like
┌ Warning: cover file doesn't exists │ cover_path = "<CARD_PATH>/../figures/cover.png" └ @ DemoCards ~/.julia/packages/DemoCards/ZgH8l/src/generate.jl:358
I think the problem arises from
DemoCards.jl/src/generate.jl
Line 356 in 53ac68a
The text was updated successfully, but these errors were encountered:
This report is a bit unclear. Does cover_path really exist on your system? Does it print literally "<CARD_PATH>" or is that your own replacement?
cover_path
Sorry, something went wrong.
No branches or pull requests
When the image path referenced in the example is a relative path, it cannot be processed correctly. For example,
Will produce an error, and the result will be like
I think the problem arises from
DemoCards.jl/src/generate.jl
Line 356 in 53ac68a
The text was updated successfully, but these errors were encountered: