mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
fix: add additional check when converting delta to md
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
"dependencies": {
|
||||
"fast-sort": "^2.0.1",
|
||||
"fuzzysearch": "^1.0.3",
|
||||
"hypersearch": "https://github.com/streetwriters/hypersearch",
|
||||
"jshashes": "^1.0.8",
|
||||
"no-internet": "^1.5.2",
|
||||
"qclone": "^1.0.4",
|
||||
|
||||
@@ -2,7 +2,7 @@ import { buildPage } from "../helper";
|
||||
import MDTemplate from "./template";
|
||||
|
||||
function createMetaTag(name, content) {
|
||||
if (content.length <= 0) return "";
|
||||
if (!content || content.length <= 0) return "";
|
||||
return `[nn-${name}]:- "${content}"`;
|
||||
}
|
||||
|
||||
|
||||
@@ -2703,10 +2703,6 @@ http-signature@~1.2.0:
|
||||
jsprim "^1.2.2"
|
||||
sshpk "^1.7.0"
|
||||
|
||||
"hypersearch@https://github.com/streetwriters/hypersearch":
|
||||
version "0.0.1"
|
||||
resolved "https://github.com/streetwriters/hypersearch#bbeac8ad63c3f70e94dfd05b0f00f44ecc989a19"
|
||||
|
||||
iconv-lite@0.4.24:
|
||||
version "0.4.24"
|
||||
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
||||
|
||||
Reference in New Issue
Block a user