mrml 6.0.0

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

    crate::should_parse!(self_closing, MjText, "<mj-text />");
    crate::should_parse!(normal, MjText, "<mj-text>Hello World!</mj-text>");
}