mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Oups ;)
This commit is contained in:
parent
b0fbf6ffa6
commit
49b0fe6ba7
2 changed files with 251 additions and 251 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue