fix: Fixed issue with Simplenote importer not titling multi-line documents (#2798)
This commit is contained in:
@@ -2,7 +2,7 @@ const data = {
|
||||
activeNotes: [
|
||||
{
|
||||
id: '43349052-4efa-48c2-bdd6-8323124451b1',
|
||||
content: "Testing 2\r\nThis is the 2nd note's content.",
|
||||
content: "Testing 2\r\nThis is...\r\nthe 2nd note's content.",
|
||||
creationDate: '2020-06-08T21:28:43.856Z',
|
||||
lastModified: '2021-04-16T06:21:53.124Z',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user