As noted in executablebooks/MyST-NB#17:
One thing that should be checked/documented at the myst_parser level, is that the docutils.RstParser specifically prohibits transitions from 'non-consecutive' header levels, e.g.
If think with myst, this will currently end up being the same as:
I should check this, and decide how to handle it, e.g. would sphinx be happy with 'virtual' sections being added that don't have a <title> child.
As noted in executablebooks/MyST-NB#17:
One thing that should be checked/documented at the
myst_parserlevel, is that thedocutils.RstParserspecifically prohibits transitions from 'non-consecutive' header levels, e.g.If think with myst, this will currently end up being the same as:
I should check this, and decide how to handle it, e.g. would sphinx be happy with 'virtual' sections being added that don't have a
<title>child.