Future<String> markdow2Html({required String str}) => RustLib.instance.api.crateApiMdMarkdow2Html(str: str);