1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-16 23:29:47 +00:00
This commit is contained in:
Yan Maniez 2018-06-23 23:16:11 +02:00
parent e1d5abc2b1
commit 87516d6672
2 changed files with 10 additions and 1 deletions

View file

@ -77,7 +77,7 @@ namespace AideDeJeuCmd
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);
return;
//var mdhd = spellsHD.ToMarkdownString();
//var spellsMDHD = spellsHD.ToMarkdownString();