Enivex
Enivex
Browsers happily accept a lot of things that aren't technically correct. Doesn't mean you should emit them.
Could you verify whether this is still reproducible on main? I'm wondering if https://github.com/typst/typst/pull/6259 fixed it
In my opinion this makes more sense as a CLI flag
Doesn't it make more sense to not number equations at all? Regular equation numbers are already used for this purpose. Having two different one seems confusing
Does this also allow the augment line at the beginning? It would seem natural if we're allowing it to be at the end.
> We may as well allow this for horizontal lines too then, I think. I didn't realize until now that augment accepted a dictionary
One unanswered question is how this should function with negative numbers, since -1 is currently before the last column and not after it. Do we introduce a breaking change and...
Without a change it's impossible to put a line after the last column without counting the number of columns though
I believe the team has been busy with other things, and will get back to PRs again soon.
I'm not sure what you mean. It's entirely consistent with how negative indices work. What you're indexing into is the spaces between the entries, since that's the places where augment...