1#[derive(Debug, Clone)] 2pub struct MtmdInputText { 3 pub text: String, 4 pub add_special: bool, 5 pub parse_special: bool, 6}