In some texts, physical units of ratio like 'mg/l' should not break across lines. By default, Typst does this due to the "/" symbol.
Here is an example of this happening:
aaaaaaaaaaaaaaaaaaaaaaaa aaaaahhfahfah sfuahsfuahsfuahsfuhas ufhaushfuahsfhusffsfsfsfsfsfaa mg/cl aaa
Has anyone found a nice way of keeping this fraction together? Automatic or manual is both fine. I found that using inline math can help (e.g. $"mg" slash "cl"$) though this will use math font so it's a tiny bit more annoying to work around. If there's an easier way, I'd love to hear it. 🙂