Konstantin Ivanov
Konstantin Ivanov
#249 and #243 PR seem to be related; they are about filepaths in `Reference` type, but effectively suggest a similar thing. We will have to keep that in mind, and...
Oh, that's an interesting point. Checking images would indeed be helpful, if we succeed to implement #92. Anchors are handled at the moment, but it would be really nice to...
@Sereja313 now switched to another project, he likely won't be able to work on this task. @Sereja313 if you have begun working on it and have something to share, or...
Ah, great then :+1:
@Sereja313 How is it going? If you see that you completely lack time, feel free to just leave a WIP PR where part of the work is done.
Great, thanks for posting the PR :+1: I think we will take it from now on (unless you'd like to follow the PR until it's merged).
If possible, we should check reference-style links (`[text][link-id]`) too. However not sure how much is it possible, AFAIR such links are automatically inlined by our markdown parser.
That's a good question. On the one hand, this increases the probability of getting a false positive. On the other, checking through the entire file may be more useful and...
Some my thoughts. ### Use paralellization We should make sure, that all actions for which parallelization makes sense - are applied in parallel. Some examples: * After #220, looks like...
I believe these changes may be handy if in the future we implement different scanners. As different languages may use different filepath formats when referring to the surrounding files, and...