mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 22:45:44 +00:00
Double \n
This commit is contained in:
parent
73a99d791c
commit
95eec973ec
2 changed files with 1338 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ namespace AideDeJeuCmd
|
|||
.Replace("</em>", "_")
|
||||
.Replace("<li>", "*")
|
||||
.Replace("</li>", "")
|
||||
.Replace("<br/>", "\n")
|
||||
.Replace("\n", "\n\n")
|
||||
.Replace("<br/>", "\n\n")
|
||||
;
|
||||
md += "\n\n";
|
||||
return md;
|
||||
|
|
|
|||
1336
Data/spells_hd.md
1336
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