Dennis den Ouden‑van der Horst has created another extension (he truly is an extension generator)! This extension introduces gated syntax for directives in your TeachBooks, allowing you to nest different content types inside one another:
- It provides more granular control over where a directive starts and ends, which is especially useful in complex documents. This behavior is similar to how HTML tags and LaTeX environments work.
- It also makes nesting directives much easier, since start and end markers can be placed independently. A major benefit of this is that it enables the nesting of code cells.
Documentation is available in our manual and in the source repository


