pub fn generate_html(
resource_url: &str,
config: &MashlibConfig,
embed_json_ld: Option<&str>,
) -> StringExpand description
Generate the mashlib HTML wrapper page.
When embed_json_ld is provided and within the byte cap, it is
inlined as a data island for the round-trip optimisation.