Struct cryogen_plugin_markdown::MarkdownPlugin [] [src]

pub struct MarkdownPlugin { /* fields omitted */ }

Trait Implementations

impl CompileVariablePlugin for MarkdownPlugin
[src]

The serializable value to add to the Tera context. Read more

The name of the plugin. Read more

The name of the argument that provides the variable name to file mapping. Read more

The help string to display. Read more

Optional arguments to supply. These should be prefixed to avoid namespace clashes. Read more

Constructor for building the plugin from the supplied command line arguments. Read more

Reads and parses the supplied file. The result is stored in the Tera context. Read more

Reads and parses a file at a specific path. Read more