mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-16 23:29:47 +00:00
index.md
This commit is contained in:
parent
e1d5abc2b1
commit
87516d6672
2 changed files with 10 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue