mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-22 10:03:41 +00:00
Corrections liens
This commit is contained in:
parent
8b07cf857d
commit
6f96068b46
2 changed files with 3 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ namespace AideDeJeuCmd
|
|||
var lref = rref.ToLower();
|
||||
if (!md.Contains($"[{lref}]:") &&
|
||||
!md.Contains($"[{lref}](") &&
|
||||
!lref.Contains("]"))
|
||||
!lref.Contains("]["))
|
||||
{
|
||||
yield return rref;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue