markdow2Html function

Future<String> markdow2Html({
  1. required String str,
})

Implementation

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