mixin markdown::PostProcessor

markdown::PostProcessor

@Js

Source

PostProcessors are run as the last step of parsing and provide an opportunity to inspect/modify the parsed AST before rendering.

process

abstract Node process(Node node)

Source

Post-process this node and return the result (which may be a modified node).