Open 8LWXpg opened 10 months ago
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; }\]
Can confirm! It indeed needs fixing, I've been less invested in typstfmt these last months so I don't know for sure when I'll get around to it!
when formatting code block inside content block, it inserts one more indent after the block and trimmed the space after backslash.
Target:
Result: