packages/html2md/lib/src/rules library

Classes

Rule
A rule defining the element filtering, replacement and appending action.

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