Matthias Geier
Matthias Geier
No, not out of the box. How would you imagine a feature like this should work? Currently, this would be the way to go: [validate_component](../api/mechwolf.rst#mechwolf.validate_component)
Something like this could work, but the problem is that it would lead to an invalid link when using the notebook in Jupyter. A link like `[validate_component](../api/mechwolf.rst#mechwolf.validate_component)` would at least...
Thanks for reporting this! I think this is related to the external `pandoc` software which is currently (until #36) used to convert Markdown to reStructuredText. Your example headline works for...
Thanks for checking this!
> however, my target is PDFs PDF support is also important for me. Currently, `div`s are simply ignored for PDF output (like most other HTML tags), with one notable exception:...
Have you been talking about `recommonmark` this whole time? It has nothing to do with `nbsphinx` and I don't have anything to do with it. If you need help with...
> I have been talking about nbsphinx the entire time. OK, good to know. So are the special `alert` divs working for you or not? > The Markdown standard is...
I'm not a huge fan of those tooltips in general. When they contain a lot of text they can block most of the thumbnail to the right, making it an...
Thanks for the report! How did your create the output? Can you please provide the Sphinx configuration that you were using?
Thanks for the update! So this error is the result of a work-around I recently created (#257) to work around problems that came into being after some changes in `pandoc`....