Eric Huss
Eric Huss
Markdown files can be created with any text editor. Plain text files don't have sufficient information to be converted to a formatted document. I think it would have to be...
Absolute link support is not yet available. There is a PR at #1802 open to add that.
Thanks for the report! I believe this is a duplicate of #1817, so closing in favor of that.
I recommend adding `--locked` to your `cargo install` commands to use the set of dependencies used when the plugin was published.
Unfortunately `if` and `let` are [stop words](https://en.wikipedia.org/wiki/Stop_words) ((src)[https://github.com/mattico/elasticlunr-rs/blob/beedaf86038839b07df007b0f7cf8417e4414956/src/lang/en.rs#L22-L33]), so they aren't indexed. I think it is possible to define a custom pipeline in elasticlunr, but I fear that removing the...
I don't think so, I believe it can only boost the ranking of different things.
It probably doesn't hurt to keep this open, but yea it is blocked on https://github.com/raphlinus/pulldown-cmark/issues/356.
@Turbo87 Can we put this on a schedule, say once or month or so, to reduce the spam?
> This means the command to run absolutely all tests everywhere is `cargo test --workspace`, not `cargo test --workspace --all-targets`, right? It depends on the structure of your packages, but...
Just for some clarification, cargo has a model where there is a distinction between a *target* and a *mode*. Doctests are a *mode*, and that is why `--all-targets` by itself...