We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d16f43 commit 7285e1fCopy full SHA for 7285e1f
OneMore/Commands/File/Markdown/MarkdownConverter.cs
@@ -240,7 +240,7 @@ public MarkdownConverter SpaceOutParagraphs(float spaceAfter)
240
public MarkdownConverter SpaceOutParagraphs(
241
IEnumerable<XElement> paragraphs, float spaceAfter)
242
{
243
- var after = $"{spaceAfter:0.0}";
+ var after = spaceAfter.ToString("####0.00", CultureInfo.InvariantCulture);
244
245
var last = paragraphs.Last();
246
0 commit comments