mdbook-renderer 0.5.1

Library to assist implementing an mdBook renderer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# mdbook-renderer

[![Documentation](https://img.shields.io/docsrs/mdbook-renderer)](https://docs.rs/mdbook-renderer)
[![crates.io](https://img.shields.io/crates/v/mdbook-renderer.svg)](https://crates.io/crates/mdbook-renderer)
[![Changelog](https://img.shields.io/badge/CHANGELOG-Latest-green)](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)

This is the Rust library to implement a [renderer](https://rust-lang.github.io/mdBook/for_developers/backends.html) for [mdBook](https://rust-lang.github.io/mdBook/).

> This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows [semver compatibility]https://doc.rust-lang.org/cargo/reference/semver.html for its APIs.

## License

[Mozilla Public License, version 2.0](https://github.com/rust-lang/mdBook/blob/master/LICENSE)