Markright.Collector behaviour (markright v0.7.1)

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, arg2)

Specs

afterwards(any(), Keyword.t()) :: any()
Link to this callback

on_ast(arg1, any)

Specs

on_ast(Markright.Continuation.t(), any()) :: any()