It's in the title. Repro case: ``` > ocamlc --version 4.14.1 > odoc --version v2.3.0 > cd /tmp > cat - > a.mli <<EOF (** {table {tr {th id} {th bla}} *) EOF > ocamlc a.mli > ocamlc -bin-annot a.mli > odoc compile --pkg 'a' -o a.odoc a.cmti ⏳💀 ```