mrml 6.0.0

Rust implementation of MJML renderer
Documentation
1
2
3
4
5
6
7
#[cfg(test)]
mod tests {
    use crate::mj_title::MjTitle;

    crate::should_sync_parse!(self_closing, MjTitle, "<mj-title />");
    crate::should_sync_parse!(normal, MjTitle, "<mj-title>Hello World!</mj-title>");
}