Since https://github.com/ocaml/odoc/pull/1149, `mdx` is not up to date with regards to the syntax for output of the execution of OCaml code blocks: - ~~there must be no delimiter at the end of the output block~~ this is already up to date - there must be a delimiter in order to have an output block, see https://github.com/ocaml/odoc/issues/1137.