markright v0.2.5 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.

Summary

Callbacks

afterwards(arg0)
afterwards(Keyword.t) :: any
on_ast(arg0, any)
on_ast(Markright.Continuation.t, any) :: any