mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +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();
|
var lref = rref.ToLower();
|
||||||
if (!md.Contains($"[{lref}]:") &&
|
if (!md.Contains($"[{lref}]:") &&
|
||||||
!md.Contains($"[{lref}](") &&
|
!md.Contains($"[{lref}](") &&
|
||||||
!lref.Contains("]"))
|
!lref.Contains("]["))
|
||||||
{
|
{
|
||||||
yield return rref;
|
yield return rref;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12501,6 +12501,7 @@ _Hit_: 7 (1d8 + 3) piercing damage plus 13 (3d8) poison damage, and the target m
|
||||||
[mage hand]: spells_vo.md#mage-hand
|
[mage hand]: spells_vo.md#mage-hand
|
||||||
[magic missile]: spells_vo.md#magic-missile
|
[magic missile]: spells_vo.md#magic-missile
|
||||||
[major image]: spells_vo.md#major-image
|
[major image]: spells_vo.md#major-image
|
||||||
|
[Melf's acid arrow]: spells_vo.md#melfs-acid-arrow
|
||||||
[mending]: spells_vo.md#mending
|
[mending]: spells_vo.md#mending
|
||||||
[mind blank]: spells_vo.md#mind-blank
|
[mind blank]: spells_vo.md#mind-blank
|
||||||
[minor illusion]: spells_vo.md#minor-illusion
|
[minor illusion]: spells_vo.md#minor-illusion
|
||||||
|
|
@ -12515,6 +12516,7 @@ _Hit_: 7 (1d8 + 3) piercing damage plus 13 (3d8) poison damage, and the target m
|
||||||
[produce flame]: spells_vo.md#produce-flame
|
[produce flame]: spells_vo.md#produce-flame
|
||||||
[protection from evil and good]: spells_vo.md#protection-from-evil-and-good
|
[protection from evil and good]: spells_vo.md#protection-from-evil-and-good
|
||||||
[protection from poison]: spells_vo.md#protection-from-poison
|
[protection from poison]: spells_vo.md#protection-from-poison
|
||||||
|
[raise dead]: spells_vo.md#raise-dead
|
||||||
[ray of enfeeblement]: spells_vo.md#ray-of-enfeeblement
|
[ray of enfeeblement]: spells_vo.md#ray-of-enfeeblement
|
||||||
[ray of frost]: spells_vo.md#ray-of-frost
|
[ray of frost]: spells_vo.md#ray-of-frost
|
||||||
[remove curse]: spells_vo.md#remove-curse
|
[remove curse]: spells_vo.md#remove-curse
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue