Julianus Pfeuffer
Julianus Pfeuffer
See also my comments: https://github.com/OpenMS/pyopenms-docs/pull/331#discussion_r1109580670 please double-check if they all were fixed.
And no, it should not be `[2M+H]^{2+}` but `[M + 2H]^{2+}` . Please note the spaces and the fact that it is not two times the precursor but the precursor...
What is pyopenms-next?
No, it is an Error: https://github.com/OpenMS/pyopenms-docs/blob/0068b5c0d20fd00bb8f811542bc907e0911a3dad/docs/source/ms_data.rst?plain=1#L642
Can you try admonition? https://labs.bilimedtech.com/workshops/rst/writing-rst-3.html We also have to check if it is correctly converted to ipynb.
Yes.. unfortunately not supported by pandoc: https://github.com/jgm/pandoc/issues/2610 We would need a custom filter.
I quickly hacked another pandoc filter: ```python #!/usr/bin/env python """ Pandoc filter to convert divs with class="admonition" to ipynb """ import sys from pandocfilters import toJSONFilter, RawBlock, Div, stringify def...
But not sure how well that works with nestedness.
By the way, I could not make the admonitions work without HTML in binder. I don't think it supports the full jupyterBOOK format.