Skip to content

Commit f7dc7bf

Browse files
fboucherCopilot
andauthored
Update NoteBookmark.Domain/ReadingNotes.cs
Co-authored-by: Copilot <[email protected]>
1 parent 3ac4448 commit f7dc7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NoteBookmark.Domain/ReadingNotes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public string ToMarkDown()
7171
md.Append(Title + Environment.NewLine);
7272
md.Append('=', Title.Length);
7373

74-
md.Append(Environment.NewLine + Environment.NewLine + this.Intro ?? "" + Environment.NewLine);
74+
md.Append(Environment.NewLine + Environment.NewLine + (this.Intro ?? "") + Environment.NewLine);
7575

7676
//== All Notes
7777
foreach (var key in this.Notes.Keys)

0 commit comments

Comments
 (0)