typstfmt
typstfmt copied to clipboard
code block inside content block
- [x] I have tested with the master version of typstfmt and not just typst-lsp
when formatting code block inside content block, it inserts one more indent after the block and trimmed the space after backslash.
Target:
#[#{
let something = 0;
}\ ]
Result:
#[#{
let something = 0;
}\]