Expand description

Module for implementing your own backend.

To implement your own backend:

  1. Create a structure that represent your backend, and implement Callbacks on it.

    You can look in the source code of this crate to get examples of what that would look like.

  2. Add your backend to the Builder via the add_backend_with_callbacks method.

Structs

Holds the information necessary to generate the output files.
Information to resolve links.

Enums

Backend already implemented by this library.

Traits

Callbacks to encode markdown input in a given format.