Sourceval html_of_commonmark : string -> string Sourcetype render_flag = [ | `SourcePos| `HardBreaks| `Safe| `Unsafe
] Sourcetype parse_flag = [ | `Normalize| `ValidateUTF8| `Smart
] Sourceval of_file :
?flags:parse_flag list ->
string ->
[ `Ok of t | `Error of string ]