diff --git a/src/plugins/markdown-report/md_gen.ml b/src/plugins/markdown-report/md_gen.ml index 12322e06cb3f7824cee858fed6f8a5cb0f7f71e7..9c51da69688d24cdd3159e6ad329bb31a0fbc986 100644 --- a/src/plugins/markdown-report/md_gen.ml +++ b/src/plugins/markdown-report/md_gen.ml @@ -42,7 +42,7 @@ let plural l s = let get_eva_domains () = Extlib.filter_map (fun (x,_) -> Dynamic.Parameter.Bool.get x ()) - (fun (x,y) -> ([Plain "option"; Inline_code x], plain y)) + (fun (x,y) -> ([Plain "option"; Bold x], plain y)) all_eva_domains let codelines lang pp code =