markmap-lib
Advanced tools
Comparing version 0.13.0-alpha.0 to 0.13.0
@@ -1,2 +0,2 @@ | ||
/*! markmap-lib v0.13.0-alpha.0 | MIT License */ | ||
/*! markmap-lib v0.13.0 | MIT License */ | ||
import _extends from '@babel/runtime/helpers/esm/extends'; | ||
@@ -11,3 +11,3 @@ import { persistCSS, persistJS, wrapFunction, Hook } from 'markmap-common'; | ||
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 BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.0-alpha.0"}`].map(src => ({ | ||
const BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.0"}`].map(src => ({ | ||
type: 'script', | ||
@@ -14,0 +14,0 @@ data: { |
@@ -1,2 +0,2 @@ | ||
/*! markmap-lib v0.13.0-alpha.0 | MIT License */ | ||
/*! markmap-lib v0.13.0 | MIT License */ | ||
'use strict'; | ||
@@ -21,3 +21,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 BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.0-alpha.0"}`].map(src => ({ | ||
const BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.0"}`].map(src => ({ | ||
type: 'script', | ||
@@ -24,0 +24,0 @@ data: { |
{ | ||
"name": "markmap-lib", | ||
"version": "0.13.0-alpha.0", | ||
"version": "0.13.0", | ||
"description": "Visualize your Markdown as mindmaps with Markmap", | ||
@@ -38,3 +38,3 @@ "author": "Gerald <gera2ld@live.com>", | ||
"@types/remarkable": "^2.0.3", | ||
"markmap-view": "^0.13.0-alpha.0" | ||
"markmap-view": "^0.13.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "dependencies": { | ||
"katex": "^0.15.1", | ||
"markmap-common": "^0.13.0-alpha.0", | ||
"markmap-common": "^0.13.0", | ||
"prismjs": "^1.25.0", | ||
@@ -51,3 +51,3 @@ "remarkable": "^2.0.1", | ||
}, | ||
"gitHead": "969aa149f36580954e77b7ba434e5c48b409cfc2" | ||
"gitHead": "4f5096be2e5ee0d666c0868dbb0d163b19b00ffe" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
460221
Updatedmarkmap-common@^0.13.0