mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Ajout espaces table speech
This commit is contained in:
parent
1c92e3436f
commit
1f7e9865c1
1 changed files with 3 additions and 2 deletions
|
|
@ -226,10 +226,11 @@ namespace AideDeJeu.ViewModels
|
||||||
{
|
{
|
||||||
var par = blockpar as Markdig.Syntax.ParagraphBlock;
|
var par = blockpar as Markdig.Syntax.ParagraphBlock;
|
||||||
var blockPhrase = CreateFormatted(par.Inline);
|
var blockPhrase = CreateFormatted(par.Inline);
|
||||||
phrase += blockPhrase;
|
phrase += blockPhrase + " ";
|
||||||
}
|
}
|
||||||
table += phrase;
|
table += phrase + " ";
|
||||||
}
|
}
|
||||||
|
table += "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
return table;
|
return table;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue