ReplacementFn typedef

ReplacementFn = String Function(String content, Node node)

Fuction for doing transform/replacement to the converted content

Implementation

typedef ReplacementFn = String Function(String content, Node node);