mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 06:56:10 +00:00
Oups ;)
This commit is contained in:
parent
6e426cf59a
commit
59104b1532
2 changed files with 7713 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
7713
Data/spells_hd.md
7713
Data/spells_hd.md
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue