packages/html2md/lib/html2md library
Convert html to markdown in Dart.
Classes
Functions
Typedefs
- AppendFn = String Function()
- Fuction for appending, the returned string will append to the converted content
- FilterFn = bool Function(Node node)
- Fuction for filtering your targeting node
- ReplacementFn = String Function(String content, Node node)
- Fuction for doing transform/replacement to the converted content