// Copyright (c) Ankit Chaubey <ankitchaubey.dev@gmail.com>
// SPDX-License-Identifier: MIT OR Apache-2.0
//
// ferogram: async Telegram MTProto client in Rust
// https://github.com/ankit-chaubey/ferogram
//! Text formatting parsers - re-exported from [`ferogram_parsers`].
pub use ferogram_parsers::{generate_html, generate_markdown, parse_html, parse_markdown};