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 3ac4448 commit f7dc7bfCopy full SHA for f7dc7bf
NoteBookmark.Domain/ReadingNotes.cs
@@ -71,7 +71,7 @@ public string ToMarkDown()
71
md.Append(Title + Environment.NewLine);
72
md.Append('=', Title.Length);
73
74
- md.Append(Environment.NewLine + Environment.NewLine + this.Intro ?? "" + Environment.NewLine);
+ md.Append(Environment.NewLine + Environment.NewLine + (this.Intro ?? "") + Environment.NewLine);
75
76
//== All Notes
77
foreach (var key in this.Notes.Keys)
0 commit comments