unimarkup_render/
lib.rs

1//! This crate defines types and traits used in the [inline](../inline/README.md)
2//! and [core](../core/README.md) crate to render Unimarkup elements to all supported output formats.
3//!
4//! It also provides syntax highlighting functionality.
5
6pub mod highlight;
7pub mod html;
8pub mod render;