mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-30 05:46:35 -04:00
Support hard line breaks in markdown notes
This commit is contained in:
+1
-1
@@ -138,6 +138,6 @@ func editNote(baseNote []string) ([]string, bool) {
|
||||
if !reflect.DeepEqual(offline.RemoveTrailingEmptyStrings(note), baseNote) {
|
||||
return note, true
|
||||
} else {
|
||||
return note, false
|
||||
return []string{}, false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user