Fix for r47482: put the RELEASE-NOTES entry in the "bug fixes" section and not the...
[mediawiki.git] / math / html.mli
blob00b41cf4391b52e6b432e69963bdb21d6c678cac
1 val render : Tex.t list -> string option
2 val html_render : Tex.t list -> string
4 type conservativeness_t = CONSERVATIVE | MODERATE | LIBERAL
5 val conservativeness : conservativeness_t ref