View Source Md.Transforms behaviour (md v0.10.3)

Custom transforms behaviour to be implemented by custom handlers

Summary

Callbacks

Receives the markdown tag and the rest and applies the desired transformation

Callbacks

@callback apply(binary(), binary()) :: Md.Listener.branch()

Receives the markdown tag and the rest and applies the desired transformation