fix: use showdown for markdown conversion

This commit is contained in:
thecodrr
2021-04-28 10:35:32 +05:00
parent 6bebf07913
commit e1036ae289
8 changed files with 269 additions and 37 deletions

View File

@@ -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);