Md.Transforms behaviour (md v0.10.7)

View Source

Custom transforms behaviour to be implemented by custom handlers

Summary

Callbacks

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

Callbacks

apply(binary, binary)

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

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