You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Allow attaching a file from the Markdown editor for HTML notes
This commit is contained in:
@ -63,7 +63,7 @@ describe('services/ResourceService', () => {
|
||||
|
||||
await service.indexNoteResources();
|
||||
|
||||
await Note.save({ id: note2.id, body: Resource.markdownTag(resource1) });
|
||||
await Note.save({ id: note2.id, body: Resource.markupTag(resource1) });
|
||||
|
||||
await service.indexNoteResources();
|
||||
|
||||
|
Reference in New Issue
Block a user