utils/converters_utils library
Functions
-
convertDeltaToHtml(
Delta delta, [ConverterOptions? options, CustomRenderHtmlAttributes? customRenderCallback]) → String -
convertHtmlToMarkdown(
String htmlText, List< Rule> ? rules, List<String> ignoreRules, {bool removeLeadingWhitespaces = false, bool escape = true}) → String -
stringToSafeBool(
String? str) → bool?