We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df5c63 commit 82b388dCopy full SHA for 82b388d
lib/Fmt_odoc.ml
@@ -89,7 +89,8 @@ let fmt_code_block conf s1 s2 =
89
let box = match lines with _ :: _ :: _ -> vbox 0 | _ -> hvbox 0 in
90
box (wrap_code (vbox 0 (list_fl lines fmt_line)))
91
92
-let fmt_code_span s = hovbox 0 (wrap "[" "]" (str (escape_brackets s)))
+let fmt_code_span s =
93
+ hovbox 0 (wrap "[" "]" (str_normalized ~escape:escape_brackets s))
94
95
let fmt_reference = ign_loc ~f:str_normalized
96
0 commit comments