**Describe the bug** Formatting code such as: ```ocaml type sp = | Cut (** {[@,]} *) ``` adds spaces within the preformatted code element, producing ```ocaml type sp = | Cut (** {[ @, ]} *) ``` **How to Reproduce** Change the `Cut` docstring in `Fmt.mli` as above and `make test`.