fix: Fixed issue with Simplenote importer not titling multi-line documents (#2798)

This commit is contained in:
Mae B. Morella
2024-01-27 05:38:35 -05:00
committed by GitHub
parent 853fab53ab
commit c858e516bb
3 changed files with 17 additions and 8 deletions

View File

@@ -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',
},