2coffee2crab
2coffee2crab
> There is an issue on NixOS/nixpkgs regarding this specific error. [NixOS/nixpkgs#76486](https://github.com/NixOS/nixpkgs/issues/76486) > > The solution would be to add clang-tools with lib.mkBefore, which would add it earlier than clang([@spearman](https://github.com/spearman)...
Hello, I tried reproducing this issue using the following snippet: ```markdown ## 📚 Modules Each module has its own detailed documentation... --- # References: - [📚 Modules](#📚 Modules) ``` In...
I can partially reproduce this issue: ``` . ├── file.md ├── file.with.dots.md └── main.md ``` Wikilinks for files containing a dot character offer autocomplete and are not flagged as unresolved...
Update: I think this behavior is by design. The regex used to capture references does not recognize any text-segment with more than one '.' character. I think it could be...
Hello @yaboibigjohn — I tried to reproduce the issue but couldn’t. **Test layout** ``` issue_274/ ├── outer1.md ├── outer2.md └── subdir/ └── inner.md ``` References from `inner.md` to `outer1.md` and...