markmap-lib
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -1,2 +0,2 @@ | ||
/*! markmap-lib v0.11.0 | MIT License */ | ||
/*! markmap-lib v0.11.1 | MIT License */ | ||
import { persistCSS, persistJS, wrapFunction, Hook } from 'markmap-common'; | ||
@@ -10,3 +10,3 @@ import _extends from '@babel/runtime/helpers/esm/extends'; | ||
const template = "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n<title>Markmap</title>\n<style>\n* {\n margin: 0;\n padding: 0;\n}\n#mindmap {\n display: block;\n width: 100vw;\n height: 100vh;\n}\n</style>\n<!--CSS-->\n</head>\n<body>\n<svg id=\"mindmap\"></svg>\n<!--JS-->\n</body>\n</html>\n"; | ||
const baseJs = [`https://cdn.jsdelivr.net/npm/d3@${"6.3.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.2.0"}`].map(src => ({ | ||
const baseJs = [`https://cdn.jsdelivr.net/npm/d3@${"6.3.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.2.1"}`].map(src => ({ | ||
type: 'script', | ||
@@ -13,0 +13,0 @@ data: { |
@@ -1,2 +0,2 @@ | ||
/*! markmap-lib v0.11.0 | MIT License */ | ||
/*! markmap-lib v0.11.1 | MIT License */ | ||
'use strict'; | ||
@@ -19,3 +19,3 @@ | ||
const template = "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n<title>Markmap</title>\n<style>\n* {\n margin: 0;\n padding: 0;\n}\n#mindmap {\n display: block;\n width: 100vw;\n height: 100vh;\n}\n</style>\n<!--CSS-->\n</head>\n<body>\n<svg id=\"mindmap\"></svg>\n<!--JS-->\n</body>\n</html>\n"; | ||
const baseJs = [`https://cdn.jsdelivr.net/npm/d3@${"6.3.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.2.0"}`].map(src => ({ | ||
const baseJs = [`https://cdn.jsdelivr.net/npm/d3@${"6.3.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.2.1"}`].map(src => ({ | ||
type: 'script', | ||
@@ -22,0 +22,0 @@ data: { |
{ | ||
"name": "markmap-lib", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Visualize your Markdown as mindmaps with Markmap", | ||
@@ -41,3 +41,3 @@ "author": "Gerald <gera2ld@live.com>", | ||
"devDependencies": { | ||
"markmap-view": "^0.2.0" | ||
"markmap-view": "^0.2.1" | ||
}, | ||
@@ -47,3 +47,3 @@ "dependencies": { | ||
"katex": "^0.12.0", | ||
"markmap-common": "^0.1.1", | ||
"markmap-common": "^0.1.2", | ||
"prismjs": "^1.21.0", | ||
@@ -53,3 +53,3 @@ "remarkable": "^2.0.0", | ||
}, | ||
"gitHead": "d02c253a0cff97b604f96ffaec294e8da941c84b" | ||
"gitHead": "ba28b32d3697c1495bfede73910f589937fa63e4" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
308306
8692
Updatedmarkmap-common@^0.1.2