Roy Prins
Roy Prins
@varkor Bump
Oh, that's very nice! However the book still uses the `mdbook-admonish` `admonish` tags instead of what `mdbook` actually tells you to use. This is also why, for example, the calculator...
Sorry, still a little mistake. Fixing it
My bad, VS Code auto-formats markdown files this way and I don't recall seeing a formatter pipeline running. This is the first time I'm doing open source, so I'm very...
With the suggestion that you probably should have some CI run `prettier` or similar on your markdown files, since I can see inconsistent styling across them
It seems I was too eager -- the tests now failed due to not finding `Logos` in the... logos package... I'll look into it
@jeertmans You guys do run doc-tests (check any other logs, scroll all the way down). What I think is happening is that running `cargo test --workspace` pulls in default features...