pub unsafe extern "C" fn tidyDetectedHtmlVersion(
tdoc: TidyDoc,
) -> c_int
Expand description
Gets the version of HTML that was output, as an integer, times 100. For example, HTML5 will return 500; HTML4.0.1 will return 401. @param tdoc An instance of a TidyDoc to query. @result Returns the HTML version number (x100).