1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00
This commit is contained in:
Yan Maniez 2018-06-24 12:09:28 +02:00
parent 6e426cf59a
commit 59104b1532
2 changed files with 7713 additions and 2 deletions

View file

@ -151,7 +151,7 @@ namespace AideDeJeuCmd
//var items = AideDeJeu.Tools.MarkdownExtensions.MarkdownToSpells(md);
//await SaveStringAsync(dataDir + "spells_hd.md", result);
await SaveStringAsync(dataDir + "spells_hd.md", md);
//var regex = new Regex("(\\[[a-z].*?\\])");
//var matches = regex.Matches(monstersVOmd);
//var links = matches.OrderBy(m => m.Value).Select(m => m.Value + string.Format(": spells_vo.md#{0}", m.Value.Replace("[", "").Replace("]","").Replace(" ","-"))).Distinct().ToList().Aggregate((a, b) => a + "\r\n" + b);

File diff suppressed because it is too large Load diff