Currently, the forum could not deal with macros very well
For example, such code with clap have a obvious render error:
#[derive(Parser)]
pub struct Arg {
#[arg(short, long, default_values_t = [66,77])] // here, the brackets seems mismatched.
pub(crate) arg1: Vec<u32>
}
the forum failed to match the brackets