customHTMLToMarkdownConverter property

String Function(String)? customHTMLToMarkdownConverter
final

Used by PDF converter to transform formatted html to markdown By default, markdown contains html into it

Implementation

final String Function(String)? customHTMLToMarkdownConverter;