mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 22:45:44 +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 regex = new Regex("(\\[[a-z].*?\\])");
|
||||||
var matches = regex.Matches(monstersVOmd);
|
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);
|
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;
|
return;
|
||||||
//var mdhd = spellsHD.ToMarkdownString();
|
//var mdhd = spellsHD.ToMarkdownString();
|
||||||
//var spellsMDHD = spellsHD.ToMarkdownString();
|
//var spellsMDHD = spellsHD.ToMarkdownString();
|
||||||
|
|
|
||||||
9
Data/index.md
Normal file
9
Data/index.md
Normal 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)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue