Struct termbook::RunCodeBlocks [] [src]

pub struct RunCodeBlocks;

A preprocessor which runs specifically tagged codeblocks.

Trait Implementations

impl Preprocessor for RunCodeBlocks
[src]

[src]

Get the Preprocessor's name.

[src]

Run this Preprocessor, allowing it to update the book before it is given to a renderer. Read more