//! This is a crate that provides HTML generation
//! backend for the MarkerML language.
//!
//! For the full grammar overview,
//! refer to the [`markerml`](https://crates.io/crates/markerml) crate.
pub use BackendError;
use Span;
/// Generates HTML from the given IR