mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-20 21:49:32 +01:00
core: fix md export for notes with codeblocks
This commit is contained in:
@@ -21,7 +21,7 @@ import Collection from "./collection";
|
||||
import Note from "../models/note";
|
||||
import getId from "../utils/id";
|
||||
import { getContentFromData } from "../content-types";
|
||||
import qclone from "qclone/src/qclone";
|
||||
import qclone from "qclone";
|
||||
import { deleteItem, findById } from "../utils/array";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user