mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix: use showdown for markdown conversion
This commit is contained in:
@@ -57,6 +57,7 @@ export default class Note {
|
||||
metadata: this.data,
|
||||
title: this.title,
|
||||
editedOn: this.dateEdited,
|
||||
headline: this.headline,
|
||||
createdOn: this.data.dateCreated,
|
||||
};
|
||||
const { data, type } = await this._db.content.raw(this._note.contentId);
|
||||
|
||||
Reference in New Issue
Block a user