1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 22:45:44 +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();

9
Data/index.md Normal file
View file

@ -0,0 +1,9 @@
# SRD VF / VO
## [Sorts VF](spells_hd.md)
## [Créatures VF](monsters_hd.md)
## [Spells VO](spells_vo.md)
## [Monsters VO](monsters_vo.md)