//! Describes the content of a non-compound block after any relevant
//! [substitutions] have been performed.
//!
//! [substitutions]: https://docs.asciidoctor.org/asciidoc/latest/subs/
pub use Content;
pub
pub use Passthroughs;
pub use SubstitutionGroup;
pub use SubstitutionStep;