Matthias Geier
Matthias Geier
See also #361.
OK, I quickly tried it, and I found two problems: * A `Makefile` is needed (see https://github.com/ammaraskar/sphinx-action/issues/2) * I don't know how to install `pandoc`
Cool, I'm looking forward to this PR! As far as I'm concerned, you don't have to support Python 2 in your efforts, I was planning to drop Python 2 support...
In the meantime, I've used Github Actions in a different project, see https://github.com/AudioSceneDescriptionFormat/splines/blob/master/.github/workflows/docs.yml. This uses https://github.com/dante-ev/latex-action for building the PDF. It uses quite a big image, which needs nearly 3...
Thanks for the detailed report! That's indeed strange ... I just tried your example project on my computer and it works, the "A" and "B" images are displayed correctly. The...
It's great that you found the error, but the bad news is that in the future more people will use `pandoc` 2.x. I'm re-opening this issue. I'm not sure if...
I've asked at the `pandoc` mailing list: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/pandoc-discuss/BnBnux7trXs.
I got an answer with a suggestion that I can't really use: https://groups.google.com/forum/#!msg/pandoc-discuss/BnBnux7trXs/5arJtzdEAwAJ However, it looks like this happens only if the "alt" text of the image is empty. As...
@rddaz2013 I'm not sure what you mean by "only within the notebook": > if the image is only within the notebook, how is the name for this image chosen? Do...
@rddaz2013 > if the image is not linked per markdown...only a image output cell...like the matlibplot's Then the name of the file is chosen with `unique_key`, as mentioned above.