Ian
Ian
Note that block comments (`/**/`) would also work: ``` 123/* */456 ```
Rebased off main.
Ah right! I bet I was thinking that `parent.node.children()` was calling `LinkedNode::children() -> LinkedChildren` instead of `SyntaxNode::children() -> std::slice::Iter`. The first would still be $O(n)$, but not the second because...
(Note: I have changed my account from wrzian to isuffix going forward) @steb5067 Yes, with `box(align(right, ...), width: margin)` and `par(hanging-indent: margin)`. Though this approach won't work for numbers on...
Thank you for this!
This looks good to me, appreciate your work on this change! I think I'm also in favor of making fences callable (what else would `$fence(x)$` be for?), but I'm not...
Welcome! This is definitely the right place to start :) For tests, read the [testing guide](https://github.com/typst/typst/blob/main/tests/README.md). But to summarize, you can start by running `cargo testit` to check the reference...
@tats-u thanks! The link to the [CSS WG Draft](https://github.com/w3c/csswg-drafts/issues/5086) is also helpful.
Random: this has the exact same set of digits as the previous PR, 4478 vs. 7484.
Rebased off main and added a new test in `test_file_chmod_command.rs` in the last commit