Struct mdbook::preprocess::LinkPreprocessor[][src]

pub struct LinkPreprocessor;

A preprocessor for expanding the {{# playpen}} and {{# include}} helpers in a chapter.

Methods

impl LinkPreprocessor
[src]

Create a new LinkPreprocessor.

Trait Implementations

impl Preprocessor for LinkPreprocessor
[src]

Get the Preprocessor's name.

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

Auto Trait Implementations