Replies: 1 comment 4 replies
-
|
This is now resolved on 1.3 prereleases. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to get detialed debug messages (lines where error happens) from the render process?
I have a project that renders (based on two separate yml file, I would love to keep it in one but not sure how), to revealjs and to a book (as html and pdf). Mermaid diagrams caused me issues with the pdf pipeline, so I now have to have alternate images, included based on
Now, sometimes I mess up, and while slides generate fine, I get errors from the html/pdf pipeline.
I know this should be resolved sometimes soon, but in any way, this is not a very informative message. I tried with --verbose, but there is no much there. Is there a --debug (does not seem) or similar mode where a failure could poitn to the exact line where the problem was encountered?
Thanks,
Martin
Beta Was this translation helpful? Give feedback.
All reactions