ocamlformat
ocamlformat copied to clipboard
Bug: Doc comments with list and code blocks render wrong
With --parse-docstrings, this:
(** foo bar baz
- foo bar baz
{[
code
]} *)
renders to
(** foo bar baz
{ul
{- foo
bar
baz
{[
code
]}
}
} *)
Tested on 0.26.1, 0.26.2 and main