umd 0.1.0

Universal Markdown - A post-Markdown superset with Bootstrap 5 integration and extensible syntax
Documentation
1
2
3
4
5
6
7
//! Table extension support
//!
//! This module provides extended table functionality:
//! - UMD-style tables with cell spanning and decorations
//! - GFM tables are handled by comrak (no extension needed)

pub mod umd;