1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00
This commit is contained in:
Yan Maniez 2018-06-29 12:09:36 +02:00
parent b0fbf6ffa6
commit 49b0fe6ba7
2 changed files with 251 additions and 251 deletions

View file

@ -139,7 +139,7 @@ namespace AideDeJeuCmd
var nameVF = match.Groups["namevf"].Value;
var nameVO = match.Groups["namevo"].Value;
var replaceOld = string.Format("# {0}\n", nameVF);
var replaceNew = string.Format("# {0}\n- NameVO: [{1}](monsters_vo.hd#{2})\n", nameVF, nameVO, Helpers.IdFromName(nameVO));
var replaceNew = string.Format("# {0}\n- NameVO: [{1}](monsters_vo.md#{2})\n", nameVF, nameVO, Helpers.IdFromName(nameVO));
mdVF = mdVF.Replace(replaceOld, replaceNew);
}
Console.WriteLine(mdVF);

File diff suppressed because it is too large Load diff