markright v0.5.1 Markright.Collector behaviour

The default behaviour for all the collectors. Collectors are designed to be called on AST transformation to collect the data while the AST is being created.

The example of collector would be Markright.Collectors.OgpTwitter, which is responsible for collecting the title, the image and the description of the content data being parsed.

Link to this section Summary

Link to this section Callbacks

Link to this callback afterwards(any, arg1)
afterwards(any, Keyword.t) :: any
Link to this callback on_ast(arg0, any)
on_ast(Markright.Continuation.t, any) :: any