PgBiel
PgBiel
I'll look into adding some tests soon :)
Sure, I'll do it soon! Sorry, had run out of time 😅 But I definitely want to move this PR across the finish line :)
Some initial notes from tests: 1. Initial `///` from first line of doc comments isn't being included in symbol spans; **(fixed)** - now "CommentDoc" tokens have a `marker_start` field indicating...
@lpil There we go, had to make several changes when rebasing on main and upon adding tests, but I think it should be fine now. Feel free to take a...
> I think something has gone awry with the rebase, there's conflicts which mean I cannot rebase this branch into main. That's probably due to merge commits; you'll have to...
There we go! The CI is failing as it seems you've added an explicit check against merge commits, but other than that it's fine. I believe I owe a bit...
Seems like it's because you're creating a `box` with 0 dimensions, and the PNG and PDF exports are reacting differently to that... (Also, the `#show "|"` which just replaces the...
This might require #2 for a proper solution.
Yep, that will work (as will setting `header-rows` to a really high value) because it will force tablex to draw all of your cells at the same time (instead of...
> You know what? I think I mixed a bit too much. The initial issue of weird paragraph placement of 3 lines vs. 2 + 2 lines is still there....