//! GitHub Flavored Markdown (GFM) extensions
//!
//! This module provides support for GitHub Flavored Markdown extensions
//! including tables with alignment, strikethrough text, task lists,
//! extended autolinks, and HTML tag filtering.
//!
//! All GFM features are only available when the `gfm` feature is enabled.
pub use crate;
pub use crateWriterOptionsBuilder;
/// Creates writer options with all GFM extensions enabled
///
/// # Returns
///
/// WriterOptions with all GFM features enabled