Indent in consecutive code block after `[` is doubled ```typst #[#while list.len() > 0 { list.pop() }\ ] ``` Desired output ```typst #[#while list.len() > 0 { list.pop() }\ ] ``` or ```typst #[ #while list.len() > 0 { list.pop() }\ ] ```