// Copyright © 2026 The µcad authors <info@ucad.xyz>
// SPDX-License-Identifier: AGPL-3.0-or-later
//! µcad Markdown support library
/// Documentation generator for a symbol.
/// Single markdown generator.
pub use Md;
/// mdbook Generator.
pub use MdBook;