astrale-sharp
astrale-sharp
Ex 1 can be solved with your smart proposition which i'm feeling more on board with now even tho it make me feel uneasy still. It also involves a hack:...
Example 2 happens because `\ Term :` is not part of the markup, so the checking of the length only concerns it's sibling, it could be solved by checking if...
Edited, thank you :)
One reason I'm hesitant to take the provided solution is this: `f(arg)[too long][short][too long again][ long but can be broken cause spaced ]` What should be done then, everything in...
So, I don't think perf would be an issue, what I'm unsure about is that we would then be reimplementing something very similar to how content block format themselves, but...
in `lorem ipsum #loooooooooooooooong_var`, long_var might go above the length and yet the line will be broken after it, not before
Hey there :) thanks for your suggestion, This would be somewhat hard to implement right, should we check all spaces and replace consecutive 2 spaces (or 4?) by tabs and...
Well I think this could also work!
EDITED: you were right, i forgot to add `#` when copying your snippet for testing It should be like this or like this ``` if row in (0, 1) {...
Hey there! Can I get reproducable steps to investigate? I can't exactly pinpoint what's happening yet